implementation("org.unphishable:sdk:1.0.0")
Unphishable.init(
app = this,
apiKey = "YOUR_API_KEY",
brandName = "YourApp",
trustedPackages = listOf(packageName)
)
🛡 The SDK intercepts all URLs via VPN service automatically. Users are warned but never blocked. Zero performance impact.