iOS Question "Prefs:Root=" Question

hongbii

Active Member
Licensed User
Longtime User
Hi all,
My app had rejected by apple and this is the reject information:

and this is the code in the app to open wifi page:
Sub OpenWifiSettings As Boolean
For Each s As String In Array("prefs:root=WIFI", "App-Prefs:root=WIFI")
If App.CanOpenURL(s) Then
App.OpenURL(s)
Return True
End If
Next
Return False
End Sub

Is that anything i can do?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…