Skip to content

Instantly share code, notes, and snippets.

@Hokila
Created April 21, 2013 13:59
Show Gist options
  • Save Hokila/5429674 to your computer and use it in GitHub Desktop.
Save Hokila/5429674 to your computer and use it in GitHub Desktop.
//跟APNS說我要用推播
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:
(UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment