Post

Replies

Boosts

Views

Activity

Reply to CXCallObserver CallChanged not called for Whatsapp Video call
I can confirm that CXCallObserver delegate is getting fired while there is an incoming WhatsApp video calls too. Tested with iOS 17.2 version in SE 2 gen. Also it is to be noted that the delegate callObserver:callChanged: only listens to the call status changes and the app should be in foreground before any call status changes happen. For example if we haven't launched our app and and an incoming call is there from some number and after that we launch the app, then the incoming status will not be observed because the app was not active to listen to the call change. In this case if we accept the call while app is in foreground then the hasConnected will be fired.
Sep ’24
Reply to NEHotspotNetwor.fetchCurrent(completionHandler:)
As an information received a reply from Apple for the raised bug and as of now it recommends to use securityType property instead of the buggy isSecure . So moving forward securityType must be used to find the wifi security type which can be only invoked with -fetchCurrentWithCompletionHandler: available from iOS 14 . Also please note securityType is only available from iOS 15 and above.
Apr ’23
Reply to NEHotspotNetwor.fetchCurrent(completionHandler:)
Hello Eskimo, I can confirm the bug is still present as isSecure is returning always false even though securityType is 2 (i.e .personal) . I am getting SSID of the connected network without any issues but as mentioned in question isSecure is always false  even though  both my Mac and iPhone settings recognise that my network is secure as WPA2 Personal. I am calling NEHotspotNetwork.fetchCurrent(completionHandler:) I have location permissions granted with precise location. Access WiFi Information Entitlement enabled in both Xcode and prov profile I am running on iOS 15.6 this time. Any idea what is wrong here with isSecure in iOS 15 version? Is this bug fixed in iOS 16 SDK? Please help Yours sincerely, Carol
Feb ’23