[EDIT]: I think the problem is because I left Google manage the sign key to the AAB file. Even change the sign key in the Tools menu, I get the warning about certificate.
I use an old sign key to my apps (configured in Tools / Private Sign Key).
Now I need to create a new app, using App Bundle, and use a new sign key with #SignKeyFile condition in the code.
I put the AAB in Play Store, download it to test and works fine.
If I update the project, it will install a APK in the device and show a warning that the APK has a different certificate.
Can I use a diffent sign key condition to compile the APK, using the same sign key to create the AAB, without change the file in menu Tools?
I use an old sign key to my apps (configured in Tools / Private Sign Key).
Now I need to create a new app, using App Bundle, and use a new sign key with #SignKeyFile condition in the code.
I put the AAB in Play Store, download it to test and works fine.
If I update the project, it will install a APK in the device and show a warning that the APK has a different certificate.
Can I use a diffent sign key condition to compile the APK, using the same sign key to create the AAB, without change the file in menu Tools?
Last edited: