YogevSitton
YogevSitton

Reputation: 10108

Send iOS user to update iOS version

Is there a way to send a user to the iPhone settings screen - the page where he can update the iOS version. Is this possible?

I want to notify users of old versions of my app the this version is no longer supported and that an iOS update is required to see new versions.

Upvotes: 0

Views: 171

Answers (1)

rckoenes
rckoenes

Reputation: 69469

You can't send user to any other part of the settings screen other then your apps part.

As mentioned by madmik3 might/will actually reject your app because of this.

You might want to present the user with a alert telling them they should update there iOS version. But be aware that some device can not longer update and Apple will offer them an older version of you if you allowed it.

This version should then not give the message of be unavailable.

Upvotes: 1

Related Questions