...
Code Block |
---|
MobileProtect.init(this, R.xml.mobileprotect); |
Optionally you can also pass a network security config XML for TrustKit SSL pinning:
MobileProtect.init(this, R.xml.mobileprotect, R.xml.network_security_config)
Results
Please visit https://www.securetheorem.com/mobile/protect to see the list of your apps and the state of protection, along with the individual protection item details.
Optional: Add TrustKit certificate pinning
https://datatheorem.atlassian.net/servicedesk/customer/portal/1/article/2044461101
Hilt compatibility:
If you are using Dagger Hilt, you may need to add the following config to your App’s build.gradle
...