Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
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.

MKStoreKit 4 auto-renewable

GefthebestGefthebest Posts: 15Registered Users
I am having troubles implementing MKStoreKi 4 in my app. At first I followed In App Purchases: A Full Walkthrough but there isn't much concerning auto-renewables. So I followed tutorials on http://blog.mugunthkumar.com/coding/mkstorekit-4-0-supporting-auto-renewable-subscriptions/ but am having troubles using this custom classes. Thread http://www.iphonedevsdk.com/forum/iphone-sdk-development/76273-iap-intergration.html also talks about is but not really about auto-renewables...

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.

The code I am talking about for the tutorials is at: https://github.com/MugunthKumar/MKStoreKit. It is not mine.

This would be of great help, thank you for your time
Post edited by Gefthebest on

Replies

  • zardonzardon Posts: 239Registered Users
    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.
Sign In or Register to comment.