Deep Linking: Open another app or Playstore/Appstore url from our app

Mane, PRASHANT GORAKH 106 Reputation points
2023-02-26T13:04:43.9933333+00:00

I have created .NET MAUI app, where I want to open another app from my app if it is installed on mobile device
or else open Playstore or AppStore through URL to install

Developer technologies | .NET | .NET MAUI
{count} vote

Accepted answer
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,436 Reputation points Microsoft External Staff
    2023-02-28T06:15:54.0366667+00:00

    Hello,

    You can try to use Launcher to open another app and determine if the app can be opened by CanOpenAsync method (If not, open Playstore or AppStore, you should know the redirection link to Google Play store or Apple AppStore. For example, the Google Play store link for Word is https://play.google.com/store/apps/details?id=com.microsoft.office.word ).

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.