Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (android)
Viewing all articles
Browse latest Browse all 7655

Problems getting gcmjs module working

$
0
0

Titanium SDK 3.2.1GA Android/iPhone App Windows Titanium Studio, build: 3.2.1.201402041146

I am trying to add a module to my project and test it. I downloaded gcmjs from the marketplace. According to the instructions I add the zip file to the root of my project and add the following to the tiapp.xml

zip: net.iamyellow.gcmjs-android-0.2.zip

<property name="GCM_sender_id" type="string">SENDER_ID</property>
<modules>
   <module platform="android" version="0.2">net.iamyellow.gcmjs</module>
</modules>
doing this causes the module to have a yellow caution sign and states it is not supported by the sdk.

![image 1](http://imgur.com/gGtWW6f "image 1")

If I add the module to my \Users\name\AppData\Roaming\Titanium\modules\android folder (unzipped) the module turns blue but when the app it run it states it is unlicensed.

![image 2](http://imgur.com/JjuPQPN "image 2")

If I add the module folder directly to my project (unzipped) it turns green but still states that is unlicensed.

![image 3](http://imgur.com/tSj2Woz "image 3")

Does anybody what I am doing wrong as far as adding it to the root of my project as a zip file (I would rather do this than add it to \Users\name\AppData\Roaming\Titanium\modules\android folder )?

Does anybody know why it would say unlicensed when run, even though the subscription is active in the marketplace?

Any help would be greatly appreciated.


Viewing all articles
Browse latest Browse all 7655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>