SDK Affected
AppKit
Describe the bug
Adding custom wallets on Android is impossible because the app check code does not check the package name, so it always returns false.
To Reproduce
- Creates any custom wallets on an Android device.
- Adding it to the configuration.
- Opening the wallet modal, no custom wallets were shown.
Additional context
The appcheck package's example checks the package name on Android and the deeplink on iOS. https://github.com/Yash-Garg/appcheck/blob/develop/example/lib/main.dart