Juras Norkus
Juras Norkus
I am facing the same issue but I'm not even using the addOnMessageReceivedCallback. Android only. To reproduce: 1. `tns create local-notifications-test --template angular` 2. `cd local-notifications-test` 3. `tns plugin add...
@EddyVerbruggen @Danziger any insight?
For some reason `com.telerik.notifications` namespace seems to be empty. Issues with native source build? Reverting to 2.0.4 fixes the issue. However, I'm getting the undefined errors elsewhere. Seems to be...
Thanks for taking time to reply and the suggestions, @Danziger . I have tried rebuilding the AAR but that doesn't seem to do anything. However, I have done some more...
I finally got it working by updating Nativescript to latest.
Set up an event handler using `addOnMessageReceivedCallback`. If you don't want the action to launch the app, set action's `launch: false`.
@dapriett any chance of merging this soon?
Any news on this? Would love to see this implemented. Any issues preventing it to be merged?
I can confirm this is still a problem. Managed to get it working with this approach: ``` curl -H 'Accept:application/octet-stream' -o "output.zip" -L "https://$TOKEN:@api.github.com/repos///releases/assets/" ```
It's 2023 and our business critical app keeps crashing on iOS because of this. Is there a way to release the memory manually? Any kind of a workaround highly appreciated....