简体   繁体   中英

Android plug-in

My application will have a low cost for a basic version. If the user need more features, heneed to buy plug-in.

Question is: What is the best solution for this approach?

Better the use of in-app billing or publish packet that contain the plug-in as normal apps with a price ?

Thank you

In-app billing is the recommended means for providing extra features. There's very little to worry about with it, as it's all taken care of through google play functionality. Otherwise you're requiring your users to download a whole new apk file as a paid for thing.

This page on the Android Developer site gives a good set of instructions on how to achieve this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM