`Niotron still doesn’t have SDK 31 support ( Android 12) where Android 13 coming soon!! i request to Admins to add this asap. App getting crashed or lagging when i use it on Android 12.
PLEASE UPDATE NIOTRON SDK 31 SUPPORT , its argent…
Note- one Moderator, Anke closed my previous topic saying “it has been asked many times & Answered many times” but I didn’t found any topic about “Android 12” either “SDK 31”
1 Like
Please read other topics before creating new
Try searching for it
V 2.7.0 Patch Notes
Update 2.7.0 is here!!
Features
SDK 31 support added for built application
Bug Fixes
Fixed Crash Issues On Clicking FCM Notification
Fixed Some Initialization Issue While Using Firebase Auth OR FCM
Fixed FCM Notification Not Clickable On SDK 31
Components
Install referrer component
She was right here
Lookup here
Wait for the next update that targets SDK 31.
I think Niotron is waiting for AI2 to do it first. Neither AI2 nor Kodular have done so yet.
You can also do it manually, but that’s not really an easy solution:
Build the APK.
Decompile it.
Edit the Manifest and add
android:exported="true"
to each <activity ... > and <receiver ... >.
Set targetSdkVersion = 31.
Recompile it.
Check if the app (APK) can be installed on your test devices.
If so, convert the APK to AAB: https://community.nio…
Hi There ,
App api level 31 issue fixed by manually
1. Build the APK in
Builder.niotron.com
[image]
2.Export the keystore
[image]
3. Open Apk Tool x
https://apkcombo.com/apktool-m/ru.maximoff.apktool/
4. Set target SdkVersion = 31 & sign it
[image]
5. Decompile it.
[image]
6. Edit the Manifest and add
android:exported=“true”
[image]
to each <activity … > and <receiver … >.
7. Recompile it.
[image]
8.Convert Apk to Aab
[image]
Convert Done!
[image]
9.Open Zip Sign…
1 Like