endy
endy

Reputation: 3872

Direct someone to the OTA updates

Basically I am trying to put a button in my app which will warn the user if they are running an iOS version with known issues. When pressed it directs them to the OTA updates part of settings. Is this possible?

I have the code do detect if the user is using an old iOS version, however, I'm not quite sure how to switch to the settings. Does anybody have any code I can use? Much appreciated.

Upvotes: 0

Views: 84

Answers (1)

Felipe Cypriano
Felipe Cypriano

Reputation: 2737

I think you can create a special prefs link. Check out this tutorial: No jailbreak necessary: How to quickly access iOS settings on your iPad, iPhone or iPod

prefs:root=General&path=SOFTWARE_UPDATE_LINK

Upvotes: 3

Related Questions