1

I am developing an app using push notification service for both iPhone and iPod Touch. For iPhone the user can register their device using UDID or phone number. How can an iPod touch people receive the notifications as there is no phone number for the device?

I must miss something from my understanding. Please help!

Thanks. Marcelo

4

2 回答 2

2

不需要电话号码。您使用 sdk 中内置的方法注册并接收回一个令牌。

http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html

于 2010-01-21T23:08:19.597 回答
0

iPod touch 仅在通过 Wifi 连接时才会收到通知。

在任何情况下,请记住,如果在发送通知时设备不可用,则只会发送最后一个通知。

-t

于 2010-01-21T23:13:27.650 回答