简体   繁体   中英

Retrieve the app push token from the device automatically in swift iOS

Is it possible to get a device token (push token) automatically or without registering for push notification in iOS Swift?

Currently, we are getting device token while registering for push notifications:

func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
    ...
}

It's not possible. We can not retrieve the app push token from the device automatically or without registering for push notification in swift iOS

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM