How to offer different in-app-purchases for different device types?
I assume this is rather simple to implement, but is it allowed?
Imagine a button in the app triggering an in-app-purchase for 1,99 on the iPad and 0,99 on the iPhone.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since there seems to be no way for us to set a different product price for different devices via iTunes Connect, (hence no info sent over) I believe that you would have to create a different in-app purchase item – different product ID, specifically for each device.
For example,
Reference Name: Product A
Product ID: com.companyname.productAForIPhone
Price 0.99
Reference Name: Product A (As it seems from your question that you want it to be of the same name, just different price for iPad)
Product ID: com.companyname.productAForIPad
Price 1.99
Then just detect the device that the user is using and just send the correct product ID to the app store.