开发者

Is "restore purchases" feature mandatory to pass App Store review?

开发者 https://www.devze.com 2023-04-13 08:49 出处:网络
While implementing In-App purchase features, do I have to serve option to \"restore purchases\" for the user, 开发者_C百科or this feature is only optional/suggested?Its optional, but you should consid

While implementing In-App purchase features, do I have to serve option to "restore purchases" for the user, 开发者_C百科or this feature is only optional/suggested?


Its optional, but you should consider adding it since there are multiple reasons a user might want to have this option (eg. a failed backup or a freshly new device, I wouldn't want to get punished for this by the App developers)


It's mandatory. My app is rejected because of this.

Here's apple message:

Reasons for Rejection:

Jul 30, 2012 06:24 PM. From Apple.

We found that while your app offers In-App Purchase(s) that can be restored, it does not include the required "Restore" feature to allow users to restore the previously purchased In-App Purchase(s), as specified in Restoring Transactions section of the In-App Purchase Programming Guide:

"...if your application supports product types that must be restorable, you must include an interface that allows users to restore these purchases. This interface allows a user to add the product to other devices or, if the original device was wiped, to restore the transaction on the original device."

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.

For more information about restoring transactions and verifying store receipt, please refer to the In-App Purchase Programming Guide.


Today it is nessesary. you MUST have this "button" if you has "in-app purchases"


The ability to restore previously purchased content doesn't have to be explicitly exposed to the user. In some of the apps my company has shipped, previously purchased content is restored when the user taps on the "Buy" button.

Our initial design had a separate "Restore Purchase" button, but our publisher insisted that we remove it and have everything go through the "Buy" button.

Update: This answer was correct at the time it was written. Apple has since changed its policies.


No.

I have apps released without restore purchases.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号