Contents

unmatchEthernet()

Tells the framework not to use the provider with an active Ethernet connection.

Declaration

func unmatchEthernet()

Discussion

Call this method when the provider doesn’t need to operate if the device’s active network connection is Ethernet. Typically, you call this if you determine the provider isn’t compatible with the network when running over Ethernet.

This method is only applicable when all of the following are true:

  • The NEAppPushManager property matchEthernet is true (Swift) or YES (Objective-C).

  • The iOS device is connected to an Ethernet network.

  • The Ethernet network is the primary route on the device.