No, a user will not receive a push notification in this scenario.
For a notification to be delivered via the First Install trigger, the user must open the application. This is due to the following technical requirements:
- Event Definition: In the system, a "First Install" is recorded only at the moment of the first launch of the application on the device. Downloading the app without launching it does not register the event.
- Push Token Generation: To deliver a message, the system requires a unique address (push token) for the device. This token is generated and sent to the server only after the application initializes (when it is opened).
- Permissions: On most platforms (such as iOS and Android 13+), the user must explicitly grant permission to receive notifications. The system prompt to allow notifications can only appear once the app is running.
Comments
0 comments
Please sign in to leave a comment.