Currently in our app, to identify a network switch in device we are doing NEHotspotHelper.register and then NEHotspotHelperHandler block. When the command type is evaluate and if the network.didJustJoin, we are identifying it as a network switch. As a part of moving our code base to iOS 26, if is found that NEHotspotHelper is deprecated. What is the proper replacement for this?
iOS 26 - Identify network switch
In Apple documentation it is mentioned to use NEHotspotManger instead. Could find similar methods in NEHotspotEvaluationProvider extension methods. What are the set up required to start this extension?