1

I wanna go to settings if the user clicks on "go to settings", can someone please help?

heres what the notification looks like

1 Answers1

0

Try this:

  if let appSettings = NSURL(string: UIApplicationOpenSettingsURLString) {
      UIApplication.sharedApplication().openURL(appSettings)
  }
Lumialxk
  • 6,239
  • 6
  • 24
  • 47