In-App Subscription content
-
I am trying to implement an In-App Subscription for Iphone. The concept is this: In my app, I have an sqlite with some hierarchical data. These hierarchical data need to be updated every 2-3 months, so I am offering a yearly subscription via IAP. Once a new update is enabled, the in-app will be PUSH Notified? so that users know they need to download it. So far I understand this from the documents. So I went to the itunesconnect site and setup a dummy app to test my code. Where do I put the digital content for the updates? (a PLIST or XML datafile with the entries). I can't find any "upload content" button, except for the screenshot one of the update. How will the user know that his subscription is over? I have to implement this or is it something that Itunes Platform notifies? Can I update the database located on mainBundle once the files are downloaded? Thanks for any reply, I am in a fuss here because subscription is a grey area for me, and I can't find any examples.
-
Answer:
You have to put the content on your own server, or you could use a service provider like http://urbanairship.com/. They offer a subscription service for $0.15 per user and month. the mainBundle is not writeable. you have to save the file to another location. Like the library or documents directory. Regarding question 2, you have to implement the whole in-app-purchase management on your own, so I think you have to take care of subscription periods too. But I'm not sure about this.
Panagiotis at Stack Overflow Visit the source
Related Q & A:
- How To Cancel Subscription To Premier?Best solution by Yahoo! Answers
- Can you prevent another app from opening within your app?Best solution by Stack Overflow
- How to implement app purchase in Android app?Best solution by Stack Overflow
- How to connect Android app to App engine?Best solution by groups.google.com
- Is there a way to utilize a directv receiver for local HD reception without a subscription?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.