简体   繁体   中英

Parse Push Notification for Android in Titanium

i found solution in iOS with REST API... but... how to do the same in android? anyone solved this? or found kind of workaround?

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

I tried below module also https://github.com/programmerdave/Titanium-Parse-Module-PreReleases

But this module not worked.

Please help me to solve it.

Thanks

Unfortunately Parse uses its own GCM sender id. So it is impossible to use the normal GCM module to fetch a deviceToken and share it with Parse via the REST API, like you would do on iOS. (My previous answer is thus invalid, apologies!)

I created a Titanium module for Android to get Push Notifications working, but it is not yet 100% finished. You do receive the push notifications, but you do not yet get a signal/event when someone clicks on a notification. I am however currently working on this module and hopefully have a complete implementation within a couple of days. (I need it for a project as well).

The module can be found at: https://github.com/timanrebel/Parse Please use version 0.2 which is working. The module is open source and the master is ahead of release 0.2 and includes the new Android SDK from Parse. Any help is appreciated!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM