I wrote an app that registered as a Hotspot Helper by method below:
[NEHotspotHelper registerWithOptions:queue:handler:]
which is documented here.
After registered , as the document said
Once this API is invoked successfully, the application becomes eligible to be launched in the background and participate in various hotspot related functions.
Everything walks great.
But, how could I cancel the registration without dispatch a new release ? I want to provide an local configuration , so user could remove my app from hotspot helper.
Does Apple provide some method to do that ? I searched everywhere with no result. Thanks for some ideas.
I have asked the same question in apple's forum.
The answer is : There’s currently no way to do this.
The link is https://forums.developer.apple.com/message/227038#227038