0

The primary functionality of the iPhone app is to provide different driving routes. The routes are created dynamically from our server side. For each route the user has to pay between $1, $2 and $3.

Route 1 : $2 , Route 2 : $1 , Route 3 : S2 , Route 4 : $3 , … So on, hundreds of driving routes. In-App purchase type we have used is consumable type with three product Ids(price1,price2,price3). Once user had purchased route ,RouteId and DeviceId set to purchased. Later he can use that route for free on that device.

But Apple had rejected our app with reason, "We found that the Purchasability Type for one or more of your In App Purchase products was inappropriately set, which is not in compliance with the App Store Review Guidelines."

It says, once we have purchased route it must available on all devices. How will keep track of all the purchased driving route by same user on multiple devices. Can we use login with Facebook functionality to keep same track?

please suggest your input for scenario. Thanks in advance.

4

0 回答 0