2

I have implemented non-consumable subscription in InApp. It is working fine. It shows alert as You have already purchased blah blah but I think It is because i have test user account.

When i tried to implement Auto-renewable with the same method it goes to FailedTransaction method everytime. with the error Cannot connect to iTunes Store" UserInfo=0x11a190 {NSLocalizedDescription=Cannot connect to iTunes Store}

If there is any other method to do then please redirect me. I got the very good steps from this SO question but didn't get any code that how exactly it should be implemented.

Community
  • 1
  • 1
Heena
  • 2,348
  • 3
  • 32
  • 58
  • Did you implement that blog code? From that, I am not sure about the cancel method. Is it restorable? Please help me. – Manthan May 14 '15 at 12:26

1 Answers1

0

This will solve all your confusion towards autorenewable subscription https://github.com/MugunthKumar/MKStoreKit

hacker
  • 8,919
  • 12
  • 62
  • 108