简体   繁体   中英

Parse.com doesn't push to android

我在Android上使用parse最新的SDK,并在我的项目中实现了该项目,该项目也使用了github上的MaterialViewPager框架,但是由于某些原因,当我从网络界面(仪表板)发送推送时,它说找到了接收者,但“推送发送0” 。

Your code seems to right but this are many issues with Parse Push for Android. I have experienced same kind of issue many times. Sometimes, push notification arrives late. There are many questions about these problems on SO. Unfortunately, there isn't any solution that works for these situations. The clear solution I found is to use GCM .

instead of trying to solve a problem which i don't really know if it's from my app or parse itself as i tried so many things and wasted 2 weeks on that. I moved from parse to Google Cloud Messaging and it works fine. Push notification sent like instantly.

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