This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I use the following code to request a list of products as per the In-App Purchase Programming Guide. It used to work fine in my iPhone application, however now it crashes every time the product list is requested. The delegate method (void)productsRequest:(SKProductsRequest **)request didReceiveResponse:(SKProductsResponse **)response is never called. SKProductsRequest *request [...] read more
I am working on an iPhone application which is crashing after the routine tied to a button call is completed. I am popping the view which is at position index 1 on the navigation controller stack. The current view on which i clicked the button is on index 5. The [...] read more
I got this iAd crash randomly in my app. What could I do to fix? I don't see any hints for me to fix it because on the simulator it never happens. Incident Identifier: CA4CBEB9-A081-459B-BAAA-C7D58A0E0ABC CrashReporter Key: e24b9614a897f92ee13ce00b76c71db307c61dcb Hardware Model: iPod2,1 Process: FooApp [737] Path: /var/mobile/Applications/F52C7226-7DA9-464B-939E-322394241900/FooApp.app/FooApp Identifier: FooApp Version: ??? [...] read more