Implement deep linking for shared content
Currently, sharing a link to a specific item opens the app homepage instead of navigating directly to that item. Deep link support is needed so shared...
Push notifications not delivered on Android 13+
Android 13 introduced a new runtime permission for notifications (POST_NOTIFICATIONS). Apps targeting API level 33 must request this permission explic...