insytes

Results 8 comments of insytes

@faisalansari20 @timobech I recommend you switching to the [@nativescript/local-notifications](https://github.com/NativeScript/plugins/tree/main/packages/local-notifications) package as outlined in the project readme.

You will need to upgrade to `@nativescript/background-http: 6.0.0` and make sure to import the `init` function and call it immediately in your main JS file.

@enich-dev on Android there is also the option `ongoing: boolean`. If this set, the scheduled notification will not be removed.

> Having to configure minTargetSdk isn't unreasonable. It's actually really common and some libraries will require min version of 24, which is definitely not something we would be comfortable doing....

Slightly off topic but what about passing `rejectUnauthorized` to the WebSocket Client? I can see the idea was there perhaps to implement an SSL abstraction, perhaps we could allow other...

Would `fromXML()` be expected to handle both string and SimpleXMLElement?

@xulihang You set the bundle ID in package.json We read this value in our nativesceript.config.ts Of course, these are just demo apps and this configuration is from an actual project...