Following our recent release of deep linking to the subscription management page on web, you can now link supporters directly to their recurring purchase screens in your app. This means campaigns can take supporters straight to the right screen - no navigating required.
What's new
Link directly to recurring purchase details
Use the following deep link to land supporters on the details screen for a specific recurring purchase:
{yourAppScheme}://recurring-purchase/{recurring_purchase_id}
Open the edit value screen automatically
To take supporters one step further — directly into editing the value of their recurring purchase — use:
{yourAppScheme}://recurring-purchase/{recurring_purchase_id}/edit-valueThis mirrors the ?edit=true behaviour on web and supports use cases such as prompting supporters to upgrade when a downgrade restriction is in place.
How the links behave
These links are built to handle real-world conditions gracefully:
- Login first - if a supporter opens the link while signed out, the app presents the sign-in form and then redirects them to the intended screen after they log in.
- Works from anywhere - the links work whether the app is completely closed (cold boot) or running in the background.
- Invalid links handled - if the recurring purchase ID doesn't exist, the supporter sees a clear error message rather than a broken screen.
- Respects your configuration - the links honour the capabilities that turn these features on and off for your platform.
Who this impacts
This update is relevant to any operator with a JLP app and a recurring purchase program.