Has anyone been able to use the plugin to handle background/quiet notifications with the SDK? The documentation states that OneSignal CAN, but it seems to require permissions or changes to the android manifest that can only be done with Enterprise. The generic documentation discusses this with a Java example, but nothing with the SDK. And the documentation for use with the SDK is severely lacking. I have asked this repeatedly through their chat system but dont get a straight answer.
I can understand the message showing when the app is not running, and it is necessary to swipe so it can start the app, and they have a variable in the DidReceiveNotification callback that gives the impression you can, but the notification still displays. I want to use this to pass data quietly between users.
If it cannot be handled through the SDK a straight yes or no would be nice. If it can, a brief, straight forward example - using the plugin, not a reference to non-Corona/Lua code - would be appreciated.
I am also hanging while posting a notification. I have their debug level messaging set with everything showing success until, of course, it hangs. adb logcat OneSignal:v s:* doesn’t show much.
Thanks in advance.