Configure the Ping SDK for Android for WebAuthn
-
Add the following dependency to the
build.gradlefile:implementation 'com.google.android.gms:play-services-fido:20.0.1' -
Link to
assetlinks.jsonin the Android app, adding the following line to the manifest file under your application:<meta-data android:name="asset_statements" android:resource="@string/asset_statements" /> -
Add an
asset_statementsstring resource to thestring.xmlfile:<string name="asset_statements" translatable="false"> [{ \"include\": \"https://<custom-domain-fqdn>/.well-known/assetlinks.json\" }] </string>