【发布时间】:2012-04-11 13:01:11
【问题描述】:
我对 APNS 有几个疑问。我正在努力澄清 APNS,但仍需要一些澄清。我必须知道how we are posting push notification in APN Server and how we push the notification to Apple APN Server? 还有我如何接收来自 Apple 的通知并向用户显示通知?我知道我们收到了来自下方代表的通知,
-(void)application:(UIApplication *)app didReceiveRemoteNotification:(NSDictionary *)userInfo
How we should show the notifications to the user,请提供任何示例代码?请澄清我愚蠢的怀疑。提前致谢。请帮帮我。
【问题讨论】:
-
从这里你可以得到提示继续:raywenderlich.com/3443/…
标签: iphone ios apple-push-notifications apns-php