I was able to borrow an unused iTouch 5th Gen from my brother and install iOS 9 beta 4. It fails when trying to read the current Wifi SSID.
Error is "Object was not initialized (NSObject)" with this line of code:
SSID=NativeMe.RunMethod("currentWifiSSID", Null).AsString
The Objective C code for currentWifiSSID is in above post #7.
This code which you gave me some time back to read the SSID has worked fine on iOS 7 and 8. But now it is failing on iOS 9 beta.
Any ideas what the problem is and what needs to be changed/added to make reading the network SSID work again?