I created an Android payment application with Appcelerator and I want to publish in google play. I need to add license Google Play. I have read the information in http://developer.android.com/intl/es/google/play/licensing/index.html but I don't know how to adapt this for a Titanium Studio app. I try use this module https://github.com/eric-sofisoftwarellc/TiLicensing but I haven't luck, it shows Error: Requested module not found: com.sofisoftwarellc.licensing Do you know a module for this? Does anyone know how to integrate it into an appcelerator app? Thank you.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
You can find how to add application to google play there
To allow licensing just use
and Licensing module for Appcelerator
To avoid
Try to clean build application and remove application from device(emulator) before installing