0
votes
0answers
61 views

Subscription Restore

I am developing a magazine app for ipad using baker framework. I am managing the applications from the web service. I am managing the individual issue purchase through original transaction id. So in ...
3
votes
2answers
1k views

app is asking for AppleID when being run

I am updating my iOS app with the Apple suggested transaction VerificationController code to verify in-app purchases due to the recent "hack" published that allowed people to purchase in-ap purchases ...
1
vote
1answer
497 views

SKProductsRequest - No Response Now (was working - same code)

Code as following - this code worked yesterday are providing invalid ID's now longer works, i've been though code about 10 times .m #import <UIKit/UIKit.h> #import ...
7
votes
1answer
3k views

How to restore non-renewing Apple subscriptions

The app I'm working on was recently rejected by Apple due to it containing an auto-renewable subscription. They recommended that we switch to non-renewing subscriptions for our content. The one thing ...
0
votes
1answer
954 views

SKErrorUnknown while testing in-app purchase

I am working to implement in-app purchase for a project and everything went well except the actual test purchase: - I created the app in iTunes (unique ID, submited a binary, then rejected it because ...