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
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