I tried to use OneSignal on my Android app, but there was one problem.
By the OneSignal document and the OneSignal Sample, if I wanna register a device without login, I should call "OneSignal Client Action: Register" inside "OnApplicationReady".
So I did it, just like below.
And I generated an APK file for the test, and when the test app began, the register was successful.
But when I check the user in OneSignal dashboard, the status is "Never Subscribed" because of "No Push Token", just like this.
I allowed every permission, so it's not a permission problem.
I check the Outsystems OneSignal document and OneSignal Sample. And I can't find where I did wrong.
Could you help me?