RaphaelWoude / capacitor-native-settings

Capacitor plugin to open native settings screens for android and iOS
MIT License
95 stars 30 forks source link

Update README.md to remove old iOS options paragraph #13

Closed alexcroox closed 3 years ago

alexcroox commented 3 years ago
alexcroox commented 3 years ago

cc @dennisameling as this was your original change

dennisameling commented 3 years ago

@alexcroox I added that line because it is in fact true that Apple only officially supports UIApplication.openSettingsURLString which equals the IOSSettings.App option in this plugin. Using any other option is at your own risk as Apple might reject your app from the store or break this functionality in future iOS updates. Please refer to https://stackoverflow.com/a/34024467/4337765 for details.

If you have a suggestion for a better wording of this sentence, I'm all for it 😊

alexcroox commented 3 years ago

Ah my bad I thought it was a line from the old version that wasn’t true anymore since the introduction of the newly supported options. I will steer clear of using them then!