Dear developer community,
One of my customers asked me if it would be possible to rent movies right inside the app.
This is what the developer license agreement says:
- 1.1 You may use the In-App Purchase API only to enable end-users to access or receive content, functionality, or services that You make available for use within Your Application (e.g., digital books, additional game levels, access to a turn-by-turn map service). You may not use the In-App Purchase API to offer goods or services to be used outside of Your Application.
- 2.3 (…) Rentals of content, services or functionality through the In-App Purchase API are not allowed.
- 11.2 Apps utilizing a system other than the In App Purchase API (IAP) to purchase content, functionality, or services in an app will be rejected
So :
- 1.1 says I should use In-App Purchase API to let the user access content within the app.
- 2.3 says I am not allowed to use the In-App Purchase API to rent content.
- 11.2 says I am not allowed to use another payment system.
Do you know how can we handle with this? A solution would be to make the transaction in Safari and then send the user back to our app but I would be glad to know if there is a better way to handle this and offer users a better experience.
Thanks in advance four your answers!