hi all!
i currently working on a commercial store and when any user click share button in product detail view and send to friend i need to navigate this friend to the same product view. how to do this in native mobile app?
thanks alot
J805
March 9, 2026, 5:51pm
2
Maybe try this?
[UPDATED 9/24/25]
This will be added to the documentation as well but if you’d like to implement sending the password reset link on your own, this is the formatting for the deep link you’ll want to use:
[users_app_scheme]://reset_pw?reset=[reset_token]
Note: if you do not have an app scheme set, it will be app-[appID]
So for example, lets say my app is called basic-mobile-app, the password reset deeplink is
app-basic-mobile-app://reset_pw?reset=[result of step send reset password email]
HO…
I am not sure if it is available yet though, I just have seen them talking about it a bit:
@prashantnayak9999 is the link out to razorpay initiated from your mobile app or from your web app? Technically, deeplinks to your mobile app work out of the box (ex. my app is called basicmobileapp, if I tap basicmobileapp:// it will open the app), what is not supported yet is actually routing to different views and passing in a payload.
Universal links (links that can direct to either the web or mobile app if installed) are not yet supported, but something that we plan to support later on thi…
Previously planned features:
The setbacks mean that we have unfortunately had to de-prioritize other planned features like deep linking and the native mobile plugin editor. As we grow the team, we plan to take these projects on again - most likely at the top of the new year.Until then, there will be no updates on these features.
1 Like
very appreciate your effort. i knew recently, their focus toward AI and there is no planned timeline for this feature yet
1 Like
system
Closed
April 9, 2026, 12:30am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.