我想知道是否有可能用Appcelerator为移动设备(至少是Android和iPhone)创建一个通用的推送通知解决方案。我找到了一些关于如何使用Appcelerator实现iPhone推送的示例,但没有通用的。
有什么想法吗?或者有没有别的跨平台开发sdk可以解决这个问题呢?
发布于 2011-03-04 20:44:57
据我所知,推送通知服务只能与iOS一起使用。请参阅documentation here。
然后,对于iOS来说,发送/接收通知的最简单方法是免费订阅UrbanAirship服务。你可以找到一个nice tutorial here。
发布于 2012-01-23 23:50:20
我也只知道IOS (针对iPhone)的推送通知。然而,据我所知,Cocoafish很快就会致力于push notification for Android。像这样的后端和UA几乎是你能得到的最通用的。
发布于 2012-07-02 19:15:06
使用Appcelerator Cloud Service(ACS),您可以实现推送通知。
这是最简单、最可靠的方法。遵循下面的教程在Android和iOS上实现ACS推送通知。
安卓: http://www.titaniumtutorial.com/2012/06/appcelerator-cloud-push-notification-in.html
iOS : http://blog.teemusk.com/2012/05/building-server-push-notifications-with-appcelerator-titanium-cloud/comment-page-1
希望这能帮助到某个人
https://stackoverflow.com/questions/5042404
复制相似问题