Skip to main content
December 29, 2014
Question

Is there a way to open the settings app from an air app on both iOS and android?

  • December 29, 2014
  • 1 reply
  • 631 views

Since you can't change the notifications settings within the app, is there a way to simply open the settings app from an air app? like a link or something like that?

This topic has been closed for replies.

1 reply

jadams602
Inspiring
December 31, 2014

Even on iOS this has only recently been added by Apple for iOS 8 only using the line:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];

So you would have to wrap this in an ANE and then again, only for iOS and only call it in iOS 8+