Gravatar-SDK-Android
Gravatar-SDK-Android copied to clipboard
`demo-app` - Allowing SSL Proxying in DemoApp
Description
Allowing the SSL Proxying in the DemoApp simplifies testing when we want to replace the backend response.
One of the key advantages of enabling SSL Proxying is the flexibility it provides. For instance, we can leverage tools like Charles to easily override the backend response, giving testers more control over their testing scenarios.
https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/
Note: Adding this configuration is not a security risk because the DemoApp will not be published (at least for now). In addition, that configuration is applied only to the debug version.
Testing Steps
- Code review and CI should be enough. If you want to test it and have everything configured (emulator and Charles), you can verify it's working.