Closed aadityapaliwal closed 1 month ago
This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.
This issue has been closed due to inactivity. If this issue is still relevant, please reopen it or create a new one. Thank you for your contributions.
Describe the bug
We have added branch live key and test key along with testMode in the AndroidManifest file as mentioned in the setup document. We want to configure testMode programmatically so we are calling enableTestMode function in the App.kt file. But it is not updating the branch key for that particular mode. However, it is working fine from AndroidManifest file.
Steps to reproduce
Expected behavior
It should update the mode from App.kt file.
SDK Version
5.12.1
Make and Model
Redmi 10 Prime
OS
12
Additional Information/Context
We are calling below method from onCreate in App.kt file.