You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
I got this error in the XCode console: "App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file."
is not working because neither PUSHLINK_LOCAL_AUTHENTICATION_SUCCESS_NOTIFICATION nor PUSHLINK_LOCAL_AUTHENTICATION_FAILED_NOTIFICATION notifications are triggered unless AllowsArbitraryLoads has been set to YES.
Has anyone the same problem with ATS configuration? Am I missing something?
Thanks,
David
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am not able to link with the bridge because after calling:
// Start search
self.phBridgeSearch = [[PHBridgeSearching alloc] initWithUpnpSearch:YES andPortalSearch:YES andIpAdressSearch:YES];
[self.phBridgeSearch startSearchWithCompletionHandler:^(NSDictionary *bridgesFound) { ... }];
I got this error in the XCode console: "App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file."
and, even if I am able to get the bridge...
[self.dependencies.philipsSDKUseCase.phHueSDK startPushlinkAuthentication]
is not working because neither PUSHLINK_LOCAL_AUTHENTICATION_SUCCESS_NOTIFICATION nor PUSHLINK_LOCAL_AUTHENTICATION_FAILED_NOTIFICATION notifications are triggered unless
AllowsArbitraryLoads
has been set to YES.Has anyone the same problem with ATS configuration? Am I missing something?
Thanks,
David
The text was updated successfully, but these errors were encountered: