Re: iPhone - Device Notifications Status

2010-01-20 Thread Alex Kac
When you register for notifications that dialog comes up. Once the user has said yes to it, it won't come up again. On Jan 20, 2010, at 11:14 AM, Mick Walker wrote: > Thanks for your reply Alex. > > Is there any way I can show the standard "XX Would like to send you Push > Notifications" a

Re: iPhone - Device Notifications Status

2010-01-20 Thread Mick Walker
Thanks for your reply Alex. Is there any way I can show the standard "XX Would like to send you Push Notifications" alert dialog? Regards Mick On 20 Jan 2010, at 16:03, Alex Kac wrote: > [[UIApplication sharedApplication] enabledRemoteNotificationTypes] != > UIRemoteNotificationTypeNone

Re: iPhone - Device Notifications Status

2010-01-20 Thread Alex Kac
[[UIApplication sharedApplication] enabledRemoteNotificationTypes] != UIRemoteNotificationTypeNone On Jan 20, 2010, at 8:36 AM, Mick Walker wrote: > Hello, > > Could anyone tell me how I can tell if push notifications are turned on or > off on a device? > > I only need to retrieve the current

iPhone - Device Notifications Status

2010-01-20 Thread Mick Walker
Hello, Could anyone tell me how I can tell if push notifications are turned on or off on a device? I only need to retrieve the current state of Notifications on the device, I don't need to alter the state (I very much doubt that you could even if you wanted to.) Regards Mick__