Enter iOS system wifi page, app luanch by 'NEHotspotHelper', then request is ofen timeout.
but when app enter foreground, request is success.
What is the reason for this? Is there a restriction on the background of the system? What is the rule of restriction?
Are you talking about a network request. If so, and that request is targeting the hotspot itself, make sure to bind the request to the hotspot interface via
-[NSMutableURLRequest bindToHotspotHelperCommand:].
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"