voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

RegisterPushNotificationsToken/UnregisterPushNotificationsToken miss-behaving #99

Open methce opened 4 years ago

methce commented 4 years ago

Greetings, @YuliaGrigorieva .

I recently noticed a problem, started-out yesterday, my application is executing the Unregister and Register Push Token methods of the SDK, but when i "call" that User my log shows me that the PushToken is not being updated properly for him, one out of seven or eight tries makes it work, already checked if I'm passing the parameters properly, I'm kinda lost, would you mind helping me ?

YuliaGrigorieva commented 4 years ago

Hello @methce ,

Could you please provide that exact error message? Where do you observe this message: in the application logs or in the Voximplant Control Panel?

Best regards, Yulia Grigorieva

methce commented 4 years ago

@YuliaGrigorieva. In the CallLogs on Voximplant Control Panel, there is no error message being displayed, as the SDK method returns void, but after many tries in the same "scenario", sometimes works, but mostly not, the PushToken is neither being registered nor unregistered for the user.

Thanks for your attention.