Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
Could someone explain me how to use those classes and methods for subscribing to 1 auto-rewable subscription, checking if the itunes user has subscribed when logging in my app (I have a database recording my users), and making sure that multiple devices per user would work fine.
I am doing the same thing, perhaps we can help solve each other's problems?
I have got a basic list of in-app purchases (auto-renewable subscriptions) being pulled without using MKStoreKit.
I also got it pulled in with MKStoreKit but am unsure what to do next, the tutorials aren't very clear.
I understand you have to update the UI, but there is no documentation on how to:
1) Create new subscription 2) Renew subscription 3) Cancel subscription 4) Restore existing subscriptions 5) Integrating it with your website, or storing the data somewhere so the consumer can restore it.
With regards to your query about custom classes, could you go into more detail?
The only thing I've used so far is:
// Display a store to the user. [MKStoreManager sharedManager]; [[MKStoreManager sharedManager] purchasableObjectsDescription];
I can get a list back, but as of yet I have no idea what to do with it.
UK-based Junior iOS developer looking for a job, or freelance projects.
Replies
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI have got a basic list of in-app purchases (auto-renewable subscriptions) being pulled without using MKStoreKit.
I also got it pulled in with MKStoreKit but am unsure what to do next, the tutorials aren't very clear.
I understand you have to update the UI, but there is no documentation on how to:
1) Create new subscription
2) Renew subscription
3) Cancel subscription
4) Restore existing subscriptions
5) Integrating it with your website, or storing the data somewhere so the consumer can restore it.
With regards to your query about custom classes, could you go into more detail?
The only thing I've used so far is:
I can get a list back, but as of yet I have no idea what to do with it.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome