iPhone memory leaks with store kit
I am trying to develop an application which uses storekit api. The document (Store Kit guide) suggests that the api will not work on a simulator. I found out that memory leaks will not be able to work on a device. I was wondering i开发者_如何学Cf any one can tell me how to check for memory leaks while using a store kit api on a project? How is it possible?
You can use instruments with the device to find memory leaks. See Does Instruments (ObjectAlloc/Leaks) require the simulator?
精彩评论