diff --git a/src/content/release/breaking-changes/network-policy-ios-android.md b/src/content/release/breaking-changes/network-policy-ios-android.md index 430cd624f9..7f3a5dc248 100644 --- a/src/content/release/breaking-changes/network-policy-ios-android.md +++ b/src/content/release/breaking-changes/network-policy-ios-android.md @@ -64,7 +64,7 @@ For instance, if you put your XML configuration under your manifest would contain the following: ```xml - + ... @@ -77,7 +77,19 @@ If you would like to allow HTTP connections for Android debug builds, you can add the following snippet to your $project_path\android\app\src\debug\AndroidManifest.xml: ```xml - + + ... + + +``` + +Then, add the network configuration to your $project_path/android/app/src/debug/res/xml/network_security_config.xml: +```xml + + + + ``` For iOS, you can follow [these instructions](/add-to-app/ios/project-setup/?tab=embed-using-cocoapods#set-local-network-privacy-permissions) to create a `Info-debug.plist` and put this in: