ti.playservices icon indicating copy to clipboard operation
ti.playservices copied to clipboard

Titanium module for Google Play Services

Results 23 ti.playservices issues
Sort by recently updated
recently updated
newest added

Hi guys, I couldn't find the play-services-ads-lite-17.1.3. Why is it not part of the module? :-) Thank you!

Need to define and create the target directory ``` var targetDir = __dirname+'/../android/lib'; console.log(`download to: ${targetDir}`); fs.mkdirSync(targetDir); ``` And then use it: `rp(aar).pipe(fs.createWriteStream(targetDir+`/${library}-${version}.aar`));`

Hey guys. First I would like to thank you for making this module, was quite anticipated by some of us, since now it frees us from having Google Play Services...