I want to get prices of several applications to show them in my app.
Can I do it without parsing AppStore application page?
Does Store kit works only for in-app features?
Thanks.
The simplest way I know is using the iTunes search API.
You can get apps prices and more info in a JSON format.
We can use this reques https://itunes.apple.com/lookup?id=284910350
There is price field.
Unless you build your own feed which tell you app the prices you are out of luck.
StoreKit is for in-app purchase only.
Related
App is live and its charges when user download app from app. now, my requirement is that make it free for all user(not chargeable at downloading time) and make it chargeable for access some specific feature of app. I have used app in purchase Non-Renewing Subscription type. can any one suggest how to do that. any suggestion is appreciated. and thanks in advance.
regards
kaushal
You need to set pricing 0 in price schedule https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/1137358828/pricingenter link description here
I want to create a cross platform app , which will pull content from wordpress and display a list of posts. On selecting a post from the list it will display the full post.
The glitch is that few of these posts will be paid ones, meaning the full post can be read only after payment.
According to Apple policies, i would have to implement an In-App purchase or my app will be rejected. My understanding is i can use my own payment gateway for other platforms.
I request suggestions to implement this correctly.
Regards
I'm not sure what your asking ?
Best way would be having Wordpress output xml or JSON data and creating your own UI in your app to show this. Then have a separate XML feed for paid content that can only be unlocked using an in-app purchase.
To do in-app purchases using Phonegap you will need the in-app purchase plugin.
https://github.com/phonegap/phonegap-plugins
Usually i am going to
iTunes connect -> my app -> Manage In-App Purchase to add single item to the in app-purchase of my app.
I wanna to know if there is an API i can call it to add multiple files at once to the in-app purchase.
Help is appreciated
There is no such API. You should add all of them manually.
You have to add them manually. And check them during request. Store the appId in array and send the appropriate id with request from array. This is the only way to handle Multiple inAppp
No There is No Such API, You have to add them all for each tier you want to set.
for full app purchase setting and working check out Reywenderlich Full In-App purchase implementation
You can use the Application Loader from your Mac. There is a template there you can download and populate with your IAPs
Is there any API which lets me generate and retrieve promo codes of an App from iTunes?
Please let me know.
In iTunes Connect you can generate promo codes. There is no known API, so the answer to your question is no. That kind of answer does come around once and a while ;)
Note that you can only generate 50 promo codes for each version of an app. Most people send them to reviewers.
Because of that limit, most promotional giveaways are done by temporarily dropping the price of your app. You can change prices instantaneously through iTunes Connect, like screenshots before the recent change to prevent scammers!
I know that as a developer you can give away codes so that users can download your app for free. Is it possible to do the same for a subscription to content within an app?
No, it's not possible with in-app purchases, you have codes only for download apps.