I am learning how to send and receive a push notification from react-native iOS with one signal. But I can't get a device ID from the one signal. It says error.
I did OneSignal.setLogLevel(6, 0)
.
So the console log is below:
VERBOSE: network response (OSRequestRegisterUser): {
errors = (
"[\"Identifier invalid format.\"]"
);
success = 0;
}
React native version 59 Onesignal version 3.3.2 I have updated one signal to the latest version (3.6.4) but I got lots of error. But the iOS 13 emulator is working fine.
Is anyone have any idea about it?