Closed ygbr closed 7 years ago
Hey Yg, As seen here: https://github.com/Sitata/titanium-google-analytics/issues/48 seems that Proguard is a solution, but I'm not a big fan of it. What do you think?
Hi @chmiiller ! We have done the Proguard solution a few times in the past when we had to use Google Analytics modules together with Maps but it is kinda painful when you have to deal with a lot of Android modules and want to carry regular updates.
This has been a long living Titanium issue for Android modules and Axway haven't found a proper way to handle this yet... nor oriented module developers on how to manage this correctly... There are loads of issues related to those conflicts, multidex and android method limits on their JIRA...
That said, I will try to use stripped jars from https://jira.appcelerator.org/browse/TIMOB-19348 since they have done that for their modules and if it didn't work I will do it the Proguard way again.
Tks
Hi, I have the same issue than you. Is there a solution to work with ti.map and onesignal together ? Thanks a lot :)
@clem983 @ygbr Use version 3.0.0 of Ti.Map for now, that one matches on Google Play Services version.
That works, thanks a lot @jvandijk :)
Thanks @jvandijk! I'll close this issue.
@jvandijk It works!!!!
ti.map 3.0.0 onesignal 1.3.0 sdk-version 6.0.2.GA
Hi,
I'm trying the module version 1.3.0 on Ti SDK 6.0.1.GA but it is conflicting with vanilla ti.map.
When i try to build the app with the onesignal module I get the following error:
I have tried to delete google-play-services-base.jar and the app compiles and dexes normally but when the app runs it gives a lot of errors regarding the google-play-services version.
Anybody managed to run this module together with ti.map on 6.0.1.GA successfully? If so what have you done regarding the conflicting google-play-services jars?
Thanks!