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

IOS 15 Errors #66

Closed jonah-butler closed 2 years ago

jonah-butler commented 2 years ago

Anyone have success with IOS 15?

I import and follow the instructions per Ionic docs, but whenever I visit a page that contains the OpenNativeSettings.open('settings') handler, XCode logs print: ⚡️ [error] - {} ⚡️ [error] - {} ⚡️ [error] - {}

That's unfortunately all I have to go off of at the moment.

laurentperez commented 2 years ago

Hi. How did you fix it ?

jonah-butler commented 2 years ago

I actually was not able to solve the issue with this plugin. I was using https://ionicframework.com/docs/native/in-app-purchase-2, and was not aware that IAP2 includes a method to open the manage subscriptions menu. That method is/was working for IOS 15. If you're using that package also, I would just use that.