Can't Download Data From Internet With NetworkExtension

Hello,


My app used NetworkExtension framework and register NEHotspotHelper with method :


+ (BOOL)registerWithOptions:(nullable NSDictionary<NSString *,NSObject *> *)options

queue:(dispatch_queue_t)queue

handler:(NEHotspotHelperHandler)handler


It return Yes. But when my app download data from my server then app can't connect to internet.

So how to resolve this issuse? Can anyone help me?


Thank

Accepted Reply

But when my app download data from my server then app can't connect to internet.

I don’t understand your question. Please elaborate on the steps you’re using to test this.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

But when my app download data from my server then app can't connect to internet.

I don’t understand your question. Please elaborate on the steps you’re using to test this.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thanks for your reply,

Currently the app working normal.

Maybe i do wrong some step.

Thanks