#santhosh-kumar-r_api

1 messages ¡ Page 1 of 1 (latest)

dusk remnantBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1440964768687984690

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

zenith swallow
#

Hey! Got caught up in some threads! Taking a look at this now!

#

There is a limitation for Android builds that is listed in the docs you sent:

Android
Android API level 26 and above
Note that attempting to override minSdkVersion to decrease the minimum supported API level will not work due to internal runtime API level validation.

According to Android SDK release notes:

  • Android API level 26 - Android 8.0
  • Android API level 25 - Android 7.1
marsh wedge
#

We are using react native.

i checked in docs too.
They mentioned that limitation

#

can we reduce the version and support for andorid 7

zenith swallow
marsh wedge
#
  • We are not publishing to playstore
  • We are developing custom app for our use case
#

We are developing apk for power bank sharing platform

zenith swallow
#

Ah, yes, this is technically possible, but you might encounter issues when trying to use it. e.g. old bugs. hence it is not recommended