是否可以使用此应用程序的实现来获取通过远程通知向用户显示的消息,并接收远程通知方法?
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
{
NSString *message;
// code to set the string "message" to the remote notification's message...
}