I’m new to the forum, but I’ve been using Adalo for half a year. I am preparing a nice application I will share with you when the first version is released. It is an application that contains information about certain events during the year.
I need help creating a popup screen (it will be the client’s advertising banner to which I will sell the popup advertisement). What is very important, the application contains neither options for registration nor options for login, so the application is available to everyone. Therefore, I need to create a popup screen that will appear only once when opening the application (not to confuse you, so the banner will appear every time the user opens the application, but when the user closes the banner on x, then it will no longer appear in that session) and which will have the option to close that popup screen.
I also need help sending push notifications precisely at a certain time and day to all people who have installed my application. Please note that I do not have login and registration options, so I must send push notifications to all people who have installed the application.
Create a separate screen for the banner and set that screen as a welcome screen.
Now on close button redirect users to a different screen.
Using this new screen, you can enable the navigation so your users can able to navigate between those screens but they will never reach the original welcome screen.
Apart from that, I think in order to send scheduled notifications you need to use email otherwise you have to do it manually however in manual method you don’t need emails. And to create a manual method you need to create a screen with a form that is connected to the collection where you have to create the record in that collection then on click, you can trigger a push notification.
Can you please explain this process in more detail?
Regarding the pop-up screen, this is very important:
The popup screen cannot be a welcome screen. The popup screen will be opened by clicking on a certain button on the screen. Let’s say the application is dedicated to travel, and the home screen contains a list of countries. When you click on Spain, a popup shows an advertisement for a certain tourist agency. The user can close the popup with the x button or click on the ad and be redirected to a specific web page. It is also very important that the popup only pops up once during the session, so when the user closes that popup, it will no longer pop up by clicking on the link. Still, it will open a screen containing information about Spain.
When the user closes the application and opens it again, the popup will pop up again. So one popup is showing during one session.