-
My OSX build is setup with code signing and entitlements, as discussed here. Sandbox is now working. The entitlement file looks like it's being picked up. And the entitlement file has In my cocos build I can access a URL and download from it.
In my axmol build the response fails and I see this in the logs...
If I remove the entitlement file and disable code signing and set to run locally - it works fine. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 31 replies
-
The error reported by os, check does follow link helpful? |
Beta Was this translation helpful? Give feedback.
-
Is there any chance this is not entirely network related, but that something is attempting to read or write from a location that can't be accessed without specific entitlements being enabled? |
Beta Was this translation helpful? Give feedback.
-
OK, I reproduce it when remove |
Beta Was this translation helpful? Give feedback.
Fixed by c7669aa