Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8375441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T15:10:42+00:00 2026-06-09T15:10:42+00:00

I wonder if the following redirection is possible: Let’s say that a smart phone

  • 0

I wonder if the following redirection is possible:

Let’s say that a smart phone user, who has installed my phone app on his phone, follows a weblink to a target url of my designation. I want to have the target url redirect the user back to the installed phone app and go to a particular page in the app. So the procedure is

Safari|QR code scan –> my url –> open my phone app –> load target page in app.

Can this redirection be implemented for iOS and Android? I will much appreciate any information on this.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T15:10:44+00:00Added an answer on June 9, 2026 at 3:10 pm

    For ios, in the info.plist you can define an url scheme. You can then handle the url within the app delegate. A good tutorial is located here

    http://mobiledevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html

    On android you set it up as a data intent filter

    <data android:host="string"
      android:mimeType="string"
      android:path="string"
      android:pathPattern="string"
      android:pathPrefix="string"
      android:port="string"
      android:scheme="string" />
    

    http://developer.android.com/guide/topics/manifest/data-element.html

    and it arrives as a data component in the intent that launches your app

    <intent-filter>
     <action android:name="android.intent.action.VIEW" />
     <category android:name="android.intent.category.DEFAULT" />
     <category android:name="android.intent.category.BROWSABLE" />
         <data android:scheme="http" android:host="myhost" android:pathPrefix="/details" />
    </intent-filter>
    

    However, I’m not sure that all browsers on android actually test to see if other apps will accept the url scheme before loading it simply as the next page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wonder if the following is possible: I have a dll that I have
I wonder if the following is possible. A user logs in on my website,
I wonder if it is possible to have the following data structure in a
I wonder if the following is possible? My website have a secret link (website.com/?secret=yes)
I wonder if anyone has a solution to the following requirement. I have a
I just wonder what usage the following code has: public class Sub extends java.util.ArrayList<String>
I wonder if someone has tackled the following challenge: Automation Testing of a product
I wonder if the following construction is possible: typedef std::bitset<4> BIT4; BIT4* x=new BIT4[3];
Say you have an app, that you want to provide users ability to browse
I wonder if anybody has the following issue: in a jruby environment, I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.