I’m Using StartApp Ads But Niotron is not Writing android:exported='“true” in the manifest.
This problem is coming from the receiver of StartApp.
Here:
<receiver
android:name="com.startapp.sdk.adsbase.remoteconfig.BootCompleteListener">
<intent-filter>
<action
android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
Nitron is not writing android:exported=“true” in manifest due to this I’m getting this error in Play COnsole WHile UPloading aab File. Please help me
They already know about this. I’m also waiting for updates
1 Like
Anke
September 8, 2022, 8:57am
4
M_Baloch:
Anyone can help
If you’re in a hurry, try making it yourself by adjusting the Manifest accordingly.
Also see 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: Convert APK TO AAB Fi…
When Nitron will solve it. Any Idea?
Just put it like :
<receiver
android:name="com.startapp.sdk.adsbase.remoteconfig.BootCompleteListener"
android:exported="true">
<intent-filter>
<action
android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
When Niotron Will Officialy Solve this?
Anke
September 8, 2022, 1:12pm
8
Soon …
They will let you know.
The sdk is updated on the beta version, kindly test your app in the beta version and let us know if everything works fine.
1 Like
We would love to test, if finally someone help us activate subscription as none of Niotron payment methods are working at the moment.
When I Open App It’s Crashing and the app getting close. Tried Many TImes But Same Problem. Before that my Project was working fine. PLease whats going on beta niotron.
Also, Beta Niotron App Manifest coding is wrong:
I generated APK and Decompile it: Check What I Found There:
<receiver
android:name="com.startapp.sdk.adsbase.remoteconfig.BootCompleteListener"> android:exported="true"
<intent-filter>
<action
android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
Anke
September 9, 2022, 1:26pm
13
Where is the problem?
LGTM → (looks good to me)
Souvik
September 9, 2022, 2:27pm
14
There was a small syntax error in the xml. Its fixed now. check
2022-09-09T14:30:00Z (UTC)
Updated Startapp SDK to 4.10.2
Fixed <receiver>'s exported=true attribute for startapp ads
2 Likes
's exported=true this problem is fixed but Now my app is crashing I don’t why?
When I Open it It shows splash screen and auto close and phone shows that your app is crashing. Please help me with the
<receiver>'s exported=true
this problem is fixed but Now my app is crashing I don’t why?
When I Open it It shows splash screen and auto close and phone shows that your app is crashing. Please help me with that.
Souvik
September 10, 2022, 7:43am
20
Place your app is for admob correctly