NOTE: After compiling your app to SDK <31 you can’t publish your APP to Google Play Store, alternatively you can use the Amazon app store, or any store including your website.
For the last 2 months, I went crazy about push notifications but nothing worked out…(I didn’t use paid extensions)…
Then I found Kodular compiles apps in SDK 31 for which neither push nor local notifications work.
Then I changed the manifest file compile SDK to 29 and SDK code to 10 …and voila both notifications worked.
I tested it in Android 13…
Note: Add push notification component and any notification extension…make sure you have requested for post notification permission…after that, it work…
Hi, @Gian_Luca I used an inbuilt push notification(onesignal) component and also i used inbuilt notification component for permission(just drag&drop in the screen and don’t use it will give a runtime error in sdk >31, it is only for getting the permission ), also you can use instead of inbuilt notification component NOTIFICATION STYLE… Remember the note before proceding