Sitata / ti.map

1 stars 0 forks source link

Unlicensed module #1

Open Wingee opened 9 years ago

Wingee commented 9 years ago

Hiya, I've been trying to use your Ti.MAP module with your analytics module, but I keep getting "Unlicensed module detected".

I've tried messing around with the GUID in my tiapp.xml but still getting the same error. Any ideas?

astjohn commented 9 years ago

Hi @Wingee. What do you have specified in your tiapp.xml file?

Wingee commented 9 years ago

which part of tiapp.xml? I've put your distribution version of 2.3.0 of Ti.Map in my project module folder.

it compiles OK and sees the module OK.

astjohn commented 9 years ago

Specifically, it would be helpful to see what you have listed in the modules section. Also, which versions of the titanium mobile sdk and titanium alloy are you using?

Also, which branch of this repo are you using? I know that @muka has used this beta version of the additions with some success already. He contributed most of the android additions.

Wingee commented 9 years ago
<modules>
    <module platform="android">analytics.google</module>
    <module platform="iphone">analytics.google</module>
    <module platform="android" version="2.3.0">ti.map</module>
    <module platform="iphone" version="2.0.4">ti.map</module>
</modules>

Titanium SDK 3.4.0GA

I'm using this branch https://github.com/Sitata/ti.map/tree/drawing_longpress_fix_ios

any ideas?

astjohn commented 9 years ago

Try removing the analytics module and see what happens. There is a minor issue there that we have yet to fix up: https://github.com/Sitata/titanium-google-analytics/issues/7

There is a problem with that module being associated with the Titanium marketplace. In order to use it, you will need to "purchase" the old analytics module from the marketplace. Otherwise, you will run into the error you are experiencing. Then you can go ahead and use the new version.

Once we update that module's ID, all will be fine. Let me know how it goes.