Parse Push Notification for Android in Titanium -


i found solution in ios rest api... but... how same in android? solved this? or found kind of workaround?

https://marketplace.appcelerator.com/apps/7889#!overview - module not available in appcelerator market.

i tried below module https://github.com/programmerdave/titanium-parse-module-prereleases

but module not worked.

please me solve it.

thanks

unfortunately parse uses own gcm sender id. impossible use normal gcm module fetch devicetoken , share parse via rest api, on ios. (my previous answer invalid, apologies!)

i created titanium module android push notifications working, not yet 100% finished. receive push notifications, not yet signal/event when clicks on notification. working on module , have complete implementation within couple of days. (i need project well).

the module can found at: https://github.com/timanrebel/parse please use version 0.2 working. module open source , master ahead of release 0.2 , includes new android sdk parse. appreciated!


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -