There are a number of different destinations you can deep link to within your Pugpig app. These links can be opened from almost any source, including email, push notifications or from within the app itself.
Note that the format of these links differs between our two platforms, and some links only apply to certain platforms (iOS or Android)
The [domain] referenced at the beginning of each link is the same as your web reader URL. If you're unsure what this is, you can find it in our distribution service by choosing the Bolt Reader or Web Reader item in the Readers section of the left hand menu, then the Live Web Reader button for your content source.
BOLT
[domain]/c/onboarding - relaunches the help screen flow
- my.app.com/c/onboarding
[domain]/c/signin - sign in modal
- my.app.com/c/signin
[domain]/c/subscribe - subscription modal
- my.app.com/c/subscribe
[domain]/c/register - receipt postback (iOS only)
- my.app.com/c/register
[domain]/c/pushpermissions - push permissions dialog (iOS only)
- my.app.com/c/pushpermissions
[domain]/[article URL] - article
- my.app.com/2020/02/24/article-permatitle/content.html
[domain]/t/[tab name] - tab
- my.app.com/t/today
[domain]/t/[settings tab name]/[settings page name] - specific page in settings
- my.app.com/t/profile/custom-page-1
PUBLISH
[bundle id]://login - opens the sign in screen
- com.my.app://login
[bundle id]://settings - opens the settings screen
- com.my.app://settings
[bundle id]://account - opens the account screen
- com.my.app://account
[bundle id]://scrapbook - opens the list of scrapbooked items
- com.my.app://scrapbook
[bundle id]://storefront - opens the storefront of the the first filter in the app
- com.my.app://storefront
[bundle id]://subscribe - opens the subscription modal
- com.my.app://subscribe
[domain]/[article url] - to link to an article
itms:// & itms-apps:// - For links to other apps in the iOS app store.
For Google Play Store links use https://.
You can also link to specific editions by entering bundleID://content/?editionID= followed by the edition ID (example: com.bob.someapp://content/?editionID=EDITION.ID).
Comments
0 comments
Please sign in to leave a comment.