This repository was archived by the owner on Sep 4, 2020. It is now read-only.
iOS critical alerts#2795
Open
marcel-michalski wants to merge 5 commits intophonegap:masterfrom
marcel-michalski:ios-critical-alerts
Open
iOS critical alerts#2795marcel-michalski wants to merge 5 commits intophonegap:masterfrom marcel-michalski:ios-critical-alerts
marcel-michalski wants to merge 5 commits intophonegap:masterfrom
marcel-michalski:ios-critical-alerts
Conversation
|
👍 |
|
Any update on this? |
|
any update? |
…push into ios-critical-alerts # Conflicts: # src/ios/PushPlugin.m
|
Any idea when this is being released? We are waiting on this specific feature. |
|
@marcel-michalski have you gotten this to work in one of your apps? If so, we'd be interested in hiring you to get this to work in ours. Could you drop us a line? (see our website for contact details) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Use UNUserNotification for iOS 10 and above.
For iOS 12 and above add support for critical notifications.
Related Issue
Issue #2676
Motivation and Context
It allows the iOS users to receive critical alerts.
How Has This Been Tested?
Tested with iPhones 5s, 7, iOS 9-12.3.1, ionic 5.2.1, cordova 9.0
You have to get proper entitlements from apple and configure the project in order to use the critical alerts.
Types of changes
Checklist: