- This topic has 6 replies, 5 voices, and was last updated 10 years, 10 months ago by Sirat.
-
AuthorPosts
-
stevs.netMemberI’d like to create a paid app and a free app that can charge for levels. So I’ve been familiarizing myself with Apple and Google in-app billing process.
Is there any documentation for setting up a paid app in Mobione?
Google’s guidlines show this:
- Download the in-app billing sample application.
- Add the IMarketBillingService.aidl file to your project.
- Update your AndroidManifest.xml file.
- Create a Service and bind it to the MarketBillingService so your application can send billing requests and receive billing responses from Google Play.
- Create a BroadcastReceiver to handle broadcast intents from Google Play.
- Create a security processing component to verify the integrity of the transaction messages that are sent by Google Play.
- Modify your application code to support in-app billing.
So would like to know if it’s possible to incorporate this?
Apple also have a process
http://g0.to/SetupAppleInAppPurchaseWhen you set up the project, make sure to link to StoreKit.framework.
Decide what products you wish to deliver with your application.
Register product information for each product with iTunes Connect.
Determine whether payments can be processed.They go on to mention the SKProductsRequest object in the build and working with it.
Can you recommend anything for integrating the in-app billing?
Thanks
Steve
support-michaelKeymaster>Is there any documentation for setting up a paid app in Mobione?
No, payment services are not available at this time. It is on our todo list of future platform specific native services.
stevs.netMemberThanks Wayne, any idea of an eta?
Also wondered about the possibility of creating apps that can have levels added to them via an in-app purchase.
IE: I have a directory app but would like to make some categories free and others you have to pay for. Can you tell me if you think this will be possible?
Thanks
Steve
support-michaelKeymaster>Thanks Wayne, any idea of an eta?
Not yet. We are already moving fast on a many fronts. Our goal is to weave together the most optimal use of our team to address the widest user needs as quickly as possible. Your request is in the list for research and prioritization.
davidgMemberI have a need to use in App billing. Any ETA yet? Just wondering.
Thanks,
support-octavioMemberHi davidg,
We have been tracking this enhancement request but it has not been scoped for development.
SiratMember@support-wayne wrote:
>Thanks Wayne, any idea of an eta?
Not yet. We are already moving fast on a many fronts. Our goal is to weave together the most optimal use of our team to address the widest user needs as quickly as possible. Your request is in the list for research and prioritization.
It looks that the post belongs to third quarter of 2013. Could you please enlighten if this function has been added to Mobione? Is there anyway to create IOS paid apps?
regards
Ksaya -
AuthorPosts