iOS Question GET SSID WIFI not working with ios 12

yves67

Active Member
Licensed User
Longtime User
Help,
I update my Ipad to ios 12.4.1 and my B4I application cannot read the SSID Wifi

I am using this : SSID=NativeMe.RunMethod("currentWifiSSID", Null).AsString

I found that I must add to the environnement section the following statement :

#Entitlement: <key>com.apple.developer.networking.wifi-info</key><true/>

I did it, but now I have an error :

error: Provisioning profile "IPCS_Development" doesn't support the Access WiFi Information capability. (in target 'B4iProject')

but when I create un provisioning I cannot add any capabilitiy ???

Thanks for any help

Regards

Yves
 

yves67

Active Member
Licensed User
Longtime User
It is working
I went to the APP ID in the Apple developer and ADD the Wifi capabilty
delete the provisioning profile and recreate it

rebuild the application

thanks anyway

Yves
 
Upvote 0
Top