guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 107 forks source link

iOS18 BETA - Settings not opened #71

Open xavierserrai opened 3 months ago

xavierserrai commented 3 months ago

Dears,

Tested in iOS18 beta and all those urls that open native settings have changed. Not a single one works except APPLICATION DETAILS. I have not been able to find any list with the new urls, only a post in a forum with two new urls:

https://forums.developer.apple.com/forums/thread/759900

Any ideas on where to find those new urls? I know they are part of an undocumented api and this will be difficult, but in previous versions they were disclosed somehow.

Thanks,

phyr0s commented 1 month ago

@xavierserrai --> fixed in my fork --> https://github.com/phyr0s/cordova-open-native-settings/tree/master

minduch commented 1 month ago

In iOS 18.1 Beta (5/6), none works…

On 8 Aug 2024, at 11:36, xavierserrai @.***> wrote:



Dears,

Tested in iOS18 beta and all those urls that open native settings have changed. Not a single one works except APPLICATION SETTINGS. I have not been able to find any list with the new urls, only a post in a forum with two new urls:

https://forums.developer.apple.com/forums/thread/759900

Any ideas on where to find those new urls? I know they are part of an undocumented api and this will be difficult, but in previous versions they were disclosed somehow.

Thanks,

— Reply to this email directly, view it on GitHubhttps://github.com/guyromb/cordova-open-native-settings/issues/71, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGXD5VXSFIUD2W4MIJPEOPDZQM3YNAVCNFSM6AAAAABMGC3IGGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2TKMZTGQ4DIMA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

xavierserrai commented 1 month ago

Dears,

What @phyr0s did is ok to open native settings main screen because from ios18 openURL has to be called as an asynchronous funcion. However is not going to open any of the subsections directly as settings url have changed in ios18.

Thanks,

sevkonline commented 3 weeks ago

Same issue