Contents

registerForRemoteNotifications()

Register for notifications sent by Apple Push Notification service (APNs).

Declaration

func registerForRemoteNotifications()

Discussion

Call this method to register your app with APNs. When a valid connection is established, APNs sends a device token to your app delegate. Forward that token to your company’s provider server.

For more information about how to register with APNs, see Registering your app with APNs.

See Also

Managing remote notifications