You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fuyucn@flivni Using "application_details" will only take you to the apps general settings. There is 1 more tap required to reach the apps notification settings. Did you settle with only reach the apps general settings?
I also noticed some apps are getting binary rejections from apple due to using 'prefs:root' or 'App-Prefs:root'. Although this plugin doesn't necessarily use either of those with the word root it does use 'App-Prefs:' for the prefix. I am not familiar with objective-c but I am concerned that root can be appended to that prefix consequently causing apps to run the risk of getting rejected.
Yes, this is still not working with iOS 14.7.1 too. But application_details at least move into the particular app's content rather than a generic/all app content view.
I'm using
openNativeSettings.open('notification_id')
to open the notification settings page for my app.This works on Android but doesn't work for on iOS. I'm running
I took a look at the source code and read #21.
It seems to me that for this to work on iOS we need to append
&path=APP_BUNDLE_ID
to the url. But I don't see this is happening in the source code.Thanks for the help!
The text was updated successfully, but these errors were encountered: