Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Pushwoosh 的高级帐户,我想通过远程 API 从服务器发送自定义数据 (JSON)。现在我的问题是,如何在我的应用程序中获取这些数据。那么如何在我的应用程序中读取这些数据。我正在使用 Phonegap(Cordova) 在 Android 中编程?谢谢您的帮助!
您在 Android 上的 Phonegap (Cordova) 中接收作为 JSON 有效负载的推送通知。此有效负载中包含自定义数据。它应该在“userdata”或“u”键下。
您还可以将 JSON 转储到控制台或将其显示为警报以查看其内容(您需要为此使用 JSON.stringify)。