【发布时间】:2016-08-31 23:08:42
【问题描述】:
当解锁样式处于警报模式时,我正在尝试使用 Bluemix 推送通知设置标题,并且苹果文档中似乎有一个选项可以根据 Payload Keys 设置标题 https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/TheNotificationPayload.html#//apple_ref/doc/uid/TP40008194-CH107-SW1,但我在 Bluemix 推送休息 API 文档 https://mobile.ng.bluemix.net/imfpushrestapidocs/#!/messages/post_apps_applicationId_messages 中看不到该选项@
而且我不能使用静默推送通知,因为当应用程序被用户杀死并且它没有运行时它不起作用 --references BlueMix Push Notification - support for Apple localized alert messages 更多参考 https://forums.developer.apple.com/thread/31403
所以我只能看到标题与我的应用程序名称相关联,有没有什么方法可以在不使用静默推送通知的情况下更改它?
感谢您的回答
【问题讨论】:
标签: apple-push-notifications ibm-cloud ibm-mobile-services