Apple Push Notification Bundle Name

守給你的承諾、 提交于 2019-12-08 08:19:45

问题


By default the title of an push notification alert will be the bundle name which we provide in the info plist file.

I'm having a short name representation as bundle name in info plist file which we used as a application name in springboard. But i want a different name as title in the alert (push notification alert) and not the short name which i mentioned in the info list file.

Whether it is possible to change the title of the push alert by any means of settings (from app side) or any changes in provider side?

Regards, Balaji R.


回答1:


Not possible. Would be documented under http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html



来源:https://stackoverflow.com/questions/6210196/apple-push-notification-bundle-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!