How to add Google Play license into an android application created with Appcelerator? -


i created android payment application appcelerator , want publish in google play. need add license google play. have read information in http://developer.android.com/intl/es/google/play/licensing/index.html don't know how adapt titanium studio app. try use module https://github.com/eric-sofisoftwarellc/tilicensing haven't luck, shows error: requested module not found: com.sofisoftwarellc.licensing know module this? know how integrate appcelerator app? thank you.

you can find how add application google play there

to allow licensing use

<uses-permission android:name="com.android.vending.check_license" /> 

and licensing module appcelerator

to avoid

error: requested module not found: com.sofisoftwarellc.licensing 

try clean build application , remove application device(emulator) before installing


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -