Hi,
I have updated my iOS device to iOS 13 beta 7 to test the push notifications feature in my application. I have seen a strange behaviour where didRegisterForRemoteNotificationsWithDeviceToken method wasn't getting called even after allowing the remote notifications. I tried to debug by putting the break point in didRegisterForRemoteNotificationsWithDeviceToken which was of no use. So when i tried to search about this device token generation issue in iOS 13 beta i got to see a post in which they suggested to restart the device to make it work. And surprisingly when i restart the decvice it worked and i am able to use the generated device token to register for push notifications. Did anyone face the same issue? Will this be resolved in next beta version or in main release?