Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Application Rejection ( Subscription ) Metadata Rejected

Tags:

ios

iphone

Missing In App Purchase We are unable to complete the review of your app because your Free Subscription has not been submitted for review.

So that we can continue the review, please submit your Free Subscription AND upload a new binary in iTunes Connect. Learn more about submitting In App Purchases for review in the In-App Purchase Configuration Guide for iTunes Connect.

Once you've submitted your In-App Purchases and uploaded a new binary, we can proceed with your review

Details

Furthermore, we noticed that your Application Description did not fully meet the terms and conditions for auto-renewing subscriptions, as specified in Schedule 2, Section 3.8(b). Meeting the terms of this agreement is required by the App Store Review Guidelines.

Specifically, your Application Description did not include:

  • the length of the subscription
  • the price of the subscription
  • information about the auto-renewable nature of the subscription
  • links to the privacy policy and terms of use

Next Steps

Please revise your Application Description to include the missing information. For your convenience, we've includedSchedule 2, section 3.8(b) below.

"You clearly and conspicuously disclose to users the following information regarding Your auto-renewing subscription:

  • Title of publication or service
  • Length of subscription (time period and/or number of deliveries during each subscription period)
  • Price of subscription, and price per issue if appropriate
  • Payment will be charged to iTunes Account at confirmation of purchase
  • Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period
  • Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal
  • Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase
  • No cancellation of the current subscription is allowed during active subscription period
  • Links to Your Privacy Policy and Terms of Use
  • Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication."

Since your iTunes Connect Application State is Rejected, a new binary will be required. Make the desired metadata changes when you upload the new binary.

NOTE: Please be sure to make any metadata changes to all App Localizations by selecting each specific localization and making appropriate changes.

Missing restore mechanism

Additionally, we found that your app offers In-App Purchase(s) that can be restored but does not include a “Restore Purchases" feature to allow users to restore the previously purchased In-App Purchase(s), as specified in the “Restoring Purchase Products” section of the In-App Purchase Programming Guide

"Users restore transactions to maintain access to content they’ve already purchased. For example, when they upgrade to a new phone, they don’t lose all of the items they purchased on the old phone. Include some mechanism in your app to let the user restore their purchases, such as a Restore Purchases button."

To restore previously purchased In-App Purchase products, it would be appropriate to provide a "Restore" button and initiate the restore process when the "Restore" button is tapped by the user.

like image 676
user1679632 Avatar asked Aug 20 '15 10:08

user1679632


People also ask

Why did Apple reject my app?

According to Apple, the most common reason for rejection, accounting for 14%, was “more information needed”. This occurs when an app is submitted to the App Store for review and the developer does not provide enough information or materials for the app to be tested by the App Store review team.

What is metadata in iOS app?

First, metadata means "data that describes data." In your app, your metadata is primarily the information (data) you see in the App Information and iOS App version tabs that describes what your app (binary data) does and what it looks like.

How do I stop App Store rejection?

To avoid rejection, make sure that your privacy policy is easily accessible both within your app and app page in the App Store. It should explain how you use the specific data that you collect: how it's stored, and whether or not you share it with other third-party entities.


1 Answers

Go with something like this:

One Month Subscription

Get unlimited downloads with no ads and stay hidden from friends. Subscription is auto-renewable which means that once purchased it will be auto-renewed every month until you cancel it 24 hours prior to the end of the current period. Duration of the subscription is 1 Month with a charge of $3.99 every month. iTunes Account will be charged for renewal within 24-hours prior to the end of the current period with the cost of $3.99. Manage your Subscription and Auto-Renewal by going to your Account Settings.

Terms of Service

http://myapp.com/terms_of_service

Privacy Policy

http://myapp.com/privacy_policy

Guidelines

http://myapp.com/guidelines

Also add Privacy Policy URL to App Information.

like image 62
Robot Boy Avatar answered Oct 02 '22 12:10

Robot Boy