Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS13 support #45

Open
KristjanHjartarson opened this issue Sep 20, 2019 · 3 comments
Open

IOS13 support #45

KristjanHjartarson opened this issue Sep 20, 2019 · 3 comments

Comments

@KristjanHjartarson
Copy link

Heyhey

At the moment, the local-notification plugin by Katzer has not been updated with support for android 9+ or IOS13 and probably will be updated anymore in the future. This means that newer versions of Android/ios will not work with the experience sampling app. Does anyone know of another notification plugin that works and that has support moving forward (specifically for Ios13)?

@sabrinathai
Copy link
Owner

This plugin works with Android 8+. I've tested it on 9 too.
https://github.com/Steffaan/cordova-plugin-local-notifications

I'm not yet sure about iOS13 yet. But the plugin above does work well with iOS 12.

@KristjanHjartarson
Copy link
Author

I can confirm that the Katzer plugin does indeed seem to work with ios13 out of the box. At least with simple functions, such as schedule arrays.

I am, however, running into issues with android 8+, e.g. no sound or vibration, mainly due to my limited understanding of how notification channels work and how to integrate them into the Experience sampler code. Can you guide me in how you implemented the Steffaan plugin to support the channels needed for newer android versions?

@sabrinathai
Copy link
Owner

It is very similar to katzer. If you read the documentation in that link, it explains exactly how to do it with examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants