In- App Purchase implementation
I want to the return a product list available in market place and price list of each product .
Is there any option to get the product list and price from in app purchase market server . I have added 5 product and I want to get list of these products in my apps ...
Android market server return the amount for in app purchase product
With my knowledge, We are only purchase one by one. Can not receive a list ID or send them to Market.
Related
I'm currently releasing our new app and it's using a subscription-based to avail the premium version of the app. But the price of the subscription will be based on how many products the user avail on that subscription. For example, the user subscribes for 5 products, so the recurring bill will be 5 x $10 (Price per product) = $50. Can this be obtained via IAP of Apple? I'm currently using Stripe as payment gateway to handle this but the app was rejected due to
"3. 1.1 Business: Payments - In-App Purchase". Any suggestions will be good. Thanks!
The prices of products in App Store Connect must be fixed, so you would need to create a unique product Id for every quantity of products that the user could subscribe to.
I am trying to add a subscription model to my ios app. In this app, we allow users to subscribe the different channels, and each channel charges the same price saying 4.99$. I create the auto-renewable product 4.99$ in App store IAP. Here is the problem: when a user tries to subscribe the second channel. IAP returns that the product has been purchased. It seems apple only record whether you purchase the product or not and it does not support more than one subscribe to the products with same prices? any advice will be appreciated!
I'm developing an app with in-app purchase features, in this app users should make a payment for each of the products (Non-Consumable).
Should I specify the price of the products beforehand in the itunes connect or can I dynamically set/override the product's price using a webservice?
Regards
Apple doesn't allowed to set price out side of iTunes. Here are the link that help you to change price tier at any time once your application become live.
Apple Developer
You can use an SKPRoductRequest to get prices for products, and you can use the App Store receipt API to get what products a user has purchased (as of iOS7).
However, I think the SKProductRequest reflects the current price for the products.
Is there any way to tell what price the user actually paid for an in-app purchase, given there might have been a price change? How about for the app itself?
You will have to store the purchase price on the device or server, or in your analytics package
I am developing an app in which i am populating a list of books list form our server and then allowing the user to purchase those books.
My question for this is as for this i have to use in app purchase so when app will not be live then we will be adding in app purchase product on ituneconnect for the added books. BUt when app will be live then can be add new products in itune for our app so that i can add new books in my web server.
if yes then i thought i can get this by following approach
give the book id same as in app purchase product id in itunes so then when a user will click on the book then i can purchase the product by using bookid which will be same as in app purchase product id.
so by this was on the live app i will be adding new books and the bookid and the in app purchase product id for that book will be same.
Is that approach is fine and can be add products in live app?
please suggest.
I Think yes you can if your product list is coming from server. and no if you use hard coded product in your code
For more detail you can check FAQ in iTune Connect.