Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/linq/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Push notification RegisterforRemotenotificationswithDeviceToken和iOS13令牌在哪里?_Push Notification_Ios13 - Fatal编程技术网

Push notification RegisterforRemotenotificationswithDeviceToken和iOS13令牌在哪里?

Push notification RegisterforRemotenotificationswithDeviceToken和iOS13令牌在哪里?,push-notification,ios13,Push Notification,Ios13,由于didRegisterForRemoteNotificationsWithDeviceToken提供的iOS 13设备令牌不再像NSString那样容易捕获,发生了什么?当然推不起作用 你能分享一些演示你的问题的代码吗?您试图如何获取令牌字符串?令牌在iOS13之前由[deviceToken description]返回。这是一个错误的方法,现在解决方案如下:

由于didRegisterForRemoteNotificationsWithDeviceToken提供的iOS 13设备令牌不再像NSString那样容易捕获,发生了什么?当然推不起作用

你能分享一些演示你的问题的代码吗?您试图如何获取令牌字符串?令牌在iOS13之前由[deviceToken description]返回。这是一个错误的方法,现在解决方案如下: