Closed aleetribe closed 12 years ago
You would certainly need a shared secret setup to enable auto renewable testing with the app store.
Give that a go, and see if it helps.
Cheers,
Sean.
On 2012-06-19, at 9:07 PM, aleetribe wrote:
Anystone,
Thank you so much for this library!
I have a question on Auto-Renewable Subscriptions - I've been able to:
- Setup a Test User
- Confirm the Test ID
- logout of the App Store ID on the iPad
- start the app
- star the store
- select my auto-renewable subscription which has a matching product ID from the iTunesconnect app set-up
- I login with the Test ID
- confirms my Test ID
- PROBLEM: Begins to Verify my purchase and the spinner spins forever...
then I realized I had not set up the Shared Secret.
Where should this be setup?
Thank you - and I'll continue to research this myself.
Reply to this email directly or view it on GitHub: https://github.com/anystone/AnystoneStoreKit/issues/13
yes that helps! Question: Will auto-renewable subs renew during testing with the iTunes sandbox environment? I'm noticing they expire. Also an unrelated question: Do you plan to have an ARC supported version of the library?
Thanks! Andy
Hi Andy,
It's been a long time since i played with auto renewables, and I don't recall how the expiration behaved in sandbox.
I'm sure at some point I'll get around to ARC-ifying the StoreKit, but it's not high on my list of things to do at the moment.
Cheers,
Sean.
On 2012-06-20, at 7:09 PM, aleetribe wrote:
yes that helps! Question: Will auto-renewable subs renew during testing with the iTunes sandbox environment? I'm noticing they expire. Also an unrelated question: Do you plan to have an ARC supported version of the library?
Thanks! Andy
Reply to this email directly or view it on GitHub: https://github.com/anystone/AnystoneStoreKit/issues/13#issuecomment-6470075
found the shareSecret in the ASTStoreKitConfig.plist
Thanks!