[AC-628] ti.flurry Appcelerator marketplace module not working.
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2016-02-22T08:27:19.000+0000 |
Affected Version/s | Appcelerator Studio 4.3.0 |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Yashvant Revandkar |
Assignee | Shak Hossain |
Created | 2016-02-18T07:25:27.000+0000 |
Updated | 2016-02-22T08:27:19.000+0000 |
Description
I am installing ti.flurry mobile module available on the marketplace in my Appcelerator project.
I have installed module using Help > Install Mobile Module.
In the module section I couldn't find module, so manually added the module to project's tiapp.xml file.
In the module section it shows "ti.flurry module is not supported by Titanium SDK 5.0.2.GA" and same is happening with SDK 4.0.0.GA.
Please help me to resolve this issue.
Attachments
Did you try the version available on Github (https://github.com/appcelerator-modules/ti.flurry) ?
Yes,I have tried module available on Github.
Hello [~yashrevandkar], Please update your working environment to the latest Appcelerator builds. ti.flurry module is working as expected in my working environment. *Environment Info:* Appcelerator Studio, build: 4.5.0.201602170831 ti.SDK: 5.1.2GA [Screenshot](http://postimg.org/image/pjxee2b6r/) Thanks
Hello Jebun, I tried copying the module folders to the /Library/Application Support/Titanium/modules and after that module list shows the ti.flurry module in the module list as seen in your screen shot. But when I run the application it gives error as "module not found" I also tried the application on Appcelerator Studio build: 4.4.0.201511241829 with ti.SDK: 5.1.2.GA and faced the same issue. Thanks,
Hello, I resolved my issue. basically, I faced the issue while integrating module as files were not structured correctly in project. I referred to the following github issue to use module in an application. [https://github.com/appcelerator-modules/ti.admob/issues/18]. Thanks.