After adding this extension : PushNotification
, I was no longer able to install the application on the phone, and this message appeared.
" App not installed as package appears to be invalid "
com.jdl.PushNotification.aix|attachment (1.6 MB)
[extension url removed by mod, only the author is allowed to post aix here.]
1. Introduction
Extension name: Push Notification
Through this extension, you can receive and send notifications through OneSignal SDK. You will be able to receive messages even with the application closed.
Latest Version: 1.0
Released: 2020-07-15T07:46:00Z (UTC)
Last Updated: 2020-07-15T07:46:00Z (UTC)
2. Designer Properties
[image]
In this field, you will put the AppId of the onesignal. Check this link for steps to obtain it.
3. Documentation
Methods
Post Notification
Send a n…
Boban
May 28, 2024, 6:17am
2
android:exported="true" is missing for activities, broadcast receivers in manifest file
Anyone facing this problem after targetSdk 31 when using extensions has two options:
Contact the extension developer(s) and ask them to declare this (android:exported="true" for activities, broadcast receivers) in the Manifest.
Build the APK, decompile it, declare it in the Manifest, recompile the APK, convert the APK to AAB and sign it. See also here: New App API Level 31 In Console - #2 by Anke - Discuss - Niotron Community
Example:
[grafik]
Note: Taifun has already fixed it in…
Purchase a paid Onesignal extension.