Hey everyone, I was working with an app and after building it I realized that one of the images had a spelling error and some buttons also had some error. When I changed these images and some additional settings I generated an APK file to test directly on my device, which worked fine. However, when I generated an AAB file to test through the PlayStore, an old version was downloaded. I know this because when I opened the app the errors I fixed were still there. In short, Unity generates an APK file with the changes I made and an AAB without these changes.
NOTE: I’m a complete beginner in Unity and I don’t understand most of the technical terms. If you could use more common language I would appreciate it.
Thanks