MosheBerman / PatronKit

A framework to add patronage to your apps.
MIT License
362 stars 11 forks source link

Consider Adding Subscription IAP Support #7

Open MosheBerman opened 8 years ago

MosheBerman commented 8 years ago

I spoke with some engineers at WWDC and they said that in theory this library should work with the new policies allowing more apps to use (non-renewing) subscriptions.

I just wonder if there's anything that has to change here, or if they work out of the box? Someone on Twitter said that they did get it working with Subscription IAPs, but I don't know what their app was or how exactly they used it.

pawelkata commented 8 years ago

My app was recently rejected for using consumable purchase type for patronage. Reviewer asked to change them for non-renewable subscriptions. They also asked what the app provided to subscribers.

MosheBerman commented 8 years ago

Interesting, thanks for chiming in! I pinged the "someone on Twitter" hoping they can share their experience here as well.

yaakovgamliel commented 8 years ago

I went through the same issues, this is of course not a problem in the library but in the inconsistency of the review process, I configured the app IAP as consumable, none consumable, at the end I went for the none renewable subscription and the app was approved.

yaakovgamliel commented 8 years ago

The use of the library was to allow and ad free monthly subscription in the app

MosheBerman commented 7 years ago

I'm super interested in adding subscription (renewable and non-renewable) as well as support for featured purchases. Will track subscriptions here, and featured IAPs in a separate issue #10.