react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
740 stars 284 forks source link

Can't get token on simulator #270

Open dzpt opened 3 years ago

dzpt commented 3 years ago

onRegister never been called and got this error remote notifications are not supported in the simulator

I'm using Xcode 12. Testing on iOS 13.6 Simulator

francesco-clementi-92 commented 3 years ago

The message is clear. You can't get a token in the simulator because is not supported for push notifications.