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
Post a Comment