caffeinalab / ti.goosh

GCM/FCM module for Titanium.
MIT License
52 stars 34 forks source link

Ti SDK 7.0.0.GA Update #95

Closed m1ga closed 6 years ago

m1ga commented 6 years ago

Ti SDK 7.0.0.GA Update

kopiro commented 6 years ago

Hey, thank you! :) Did you test the build?

m1ga commented 6 years ago

I've ended up with [ERROR] E/ti.goosh.TiGooshModule: Attempt to invoke virtual method 'boolean java.lang.String.isEmpty()' on a null object reference but I thought it was just because I've added the module to an empty project and just used the democode without any GCM ID.

But it would make sense to change the whole library structure to ti.playservice because that is available with ti 7! Going to test that at the weekend and update the PR.

m1ga commented 6 years ago

Now everything works fine with ti.playservices! Updated the initial post with all the changes

amigoni commented 6 years ago

Awesome. Thanks so much. I am currently blocked from releasing our app due to conflicts with playservices, when do you think we'll have a this new version released?

m1ga commented 6 years ago

@amigoni feel free to try it out: https://github.com/m1ga/ti.goosh/blob/7aeaab951699bff0fd837ac416c9e50e416bc304/android/dist/ti.goosh-android-4.0.0.zip

amigoni commented 6 years ago

Awesome! Thanks so much! I really appreciate it.