Introduction
Assuming the Fyber Marketplace SDK is integrated in a way it expects both HTML and VIDEO content - the following table summarises the security flow per application configuration.
NSAllowsArbitraryLoads | NSAllowsArbitraryLoadsInWebContent | NSAllowsArbitraryLoadsForMedia | NSAllowsLocalNetworking | Final Outgoing Request |
---|---|---|---|---|
YES | - | - | - | non-secure |
any | present | - | - | secure |
any | - | present | - | secure |
any | - | - | present | secure |
NO / - | any | any | any | secure |
Note
-
means the flag is not presentany
means YES or NO, or was not configured explicitly