I have Glide App.
I have 100 users who had already installed the app and use it.
How to trigger the app to ask the user to Enable Push-Notifications?
Thanx!
I missed that
But I still cannot create a tab with condition “Show Tab if Push enabled not True”
I create a tab on the top of list of Navigation. Set Condition. And enable Hide from navigation.
I suppose it is still should be visible on app start.
So the next time user start the App he sees this tab and the button asks to Enable Notification.
You would add a Push Notification Access Granted column to the user table. Then conditionally show the tab if the value is unchecked.
“Indeed, I followed the video instructions precisely. However, the outcome was not as anticipated. The tab did not appear, even though the column value was unchecked (false). Subsequently, I removed the condition. Now, the tab is visible. However, the button with the action ‘Request Push Notification’ is not functioning.”
Nothing happens when I push this button.
Ya…I’ve found that the action still requires a browser refresh for visibility conditions to take effect. Not sure if this is a bug or expected behavior.