Open the App Store
To send users to your App Store page, use the following steps:
- Set the button action to Open Website.
- Paste the HTTPS link for your app's store page into the URL field.
- When a user clicks the button, the mobile browser redirects them to the App Store app automatically.
Open a second In-App Message
You can link two messages together by using events. Pushwoosh triggers the second message when the first button click sends a specific signal.
1. Set up the second message Create your second In-App Message. In the Schedule section, choose a Custom Event as the trigger. Give this event a name like show_second_popup.
2. Configure the first button You have two ways to make the first button trigger that event:
- Custom JavaScript: If you use the HTML or Rich Media editor, set the button to run this script:
pushwoosh.postEvent('show_second_popup'); - Deep Links: If you use the Drag-and-Drop editor, set the button action to Open Website. Enter a deep link like
myapp://second_popup. You must then update your app's code to listen for this link and tell the Pushwoosh SDK to post theshow_second_popupevent.
Comments
0 comments
Please sign in to leave a comment.