-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are keys in iOS SdkSample in info.plist that are not described in official apple documentation. #95
Comments
I think this is related to this issue: In particular, please post a link to the official Apple documentation for |
@nastenkomisha An article Working with Apple’s App Transport Security explains about |
@simago @codetricity in these article I see
Can it be that it's not supported anymore and we have to change it to official NSExceptionAllowsInsecureHTTPLoads and NSExceptionRequiresForwardSecrecy? Maybe you know which keys do you use in official Theta app? |
@nastenkomisha You might want to use official keys. |
In Ricoh demo project in info.plist 1 there are keys “NSTemporaryExceptionAllowsInsecureHTTPLoads” and “NSTemporaryExceptionRequiresForwardSecrecy”. But at the same time I can’t find any official apple documentation about these keys.
There is documentation only about keys NSExceptionAllowsInsecureHTTPLoads and NSExceptionRequiresForwardSecrecy.
In our commercial app we use keys like in demo app, so maybe we have to change these keys to NSExceptionAllowsInsecureHTTPLoads and NSExceptionRequiresForwardSecrecy?
Note: I have created this issue/question after discussion the problem here
The text was updated successfully, but these errors were encountered: