Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configure duration of Non-Renewing Subscription

I need to add Non-Renewing Subscription into my app. I've opened iTunesConnect and added In-App Purchase with type Non-Renewing, but I can't find any fields to configure an exact duration of my subscription.

How do I set the duration of my subscription?

like image 342
Andrew Bogaevskyi Avatar asked Sep 16 '16 09:09

Andrew Bogaevskyi


1 Answers

Unlike auto-renewable subscriptions, in non-renewing subscriptions you need to handle the duration yourself.

Follow this tutorial - https://www.raywenderlich.com/36270/in-app-purchases-non-renewing-subscription-tutorial

like image 131
little Avatar answered Oct 21 '22 22:10

little