I am trying to wirelessly distribute a dev build. I have been able to successfully accomplish this but with one problem. My app has requires WiFi so it has "UIRequiresPersistentWiFi" key set to true in Info.pList.
But when I install the app wirelessly, this requirement does not seem to apply. I am not sure what I am missing.
I verified that the Info.pList contains the key but it does not apply when I install the app. Please advise.
Thanks in advance..