I am working on a .Net MAUI Android app which is built on .net 8 and Android framework target version is API 34 (Android 14).
I am not planning for upgrading my app to target API 35 soon. But I need to release an urgent update of the existing app.
In this case,
- Will my app work fine in all devices though I didn't target API 35
- Also, will Google Play accept to release an update of this app targeting API 34 after Nov 1st.
- Post this, how can I verify my app is compatible with 16kb memory page in Windows VS2022.