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 6655203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:29:18+00:00 2026-05-26T01:29:18+00:00

For our iPhone native application we have a URL : example:// On the iPhone

  • 0

For our iPhone native application we have a URL : example://

On the iPhone if I type this URL (example://) in safari it automatically opens up my application.

From my “regular” website I have a link which when the user clicks it opens the application. The problem is that if the application is not installed on the iPhone it throws “Unable to open” error.

So before rendering the link on my “regular” site I need to check if the app is installed, one solution is to make an Ajax call and check for status code:

$.ajax({
                    type: 'POST',
                    url: 'example://',                   
                    complete: function (transport) {
                        if (transport.status == 200) {
                            alert('Success');                            
                        } else {
                            alert(transport.status);
                            alert('Failed');
                        }
                    }
                });

But this code is always returning a status code “0”.

Is there a way to find out from the web if the native iPhone app is installed?

  • 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-05-26T01:29:18+00:00Added an answer on May 26, 2026 at 1:29 am

    If u are referring to Mobile Safari, you’re out of luck. There’s no documented public API that I know of that can do this. Mobile Safari is sandboxed away from the OS.

    If it’s in a webview within an app, u can request the URL and let the webview delegate talk to the native app / query the handling of example://. Otherwise, no way the browser can know existence of any installed app.

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

Sidebar

Related Questions

I have decided to develop a native iPhone apps as a compliment to our
We are trying to run shark on our iphone application. However, in the analyzed
I would like to find a way to compile and package our iPhone application
We have an iphone device in our company and for the remote demo purpose
I am tasked to provide an IPhone client app for our SaaS website. I
In our iPhone app we have a controller 'AddViewController' which shows a data entry
For our iPhone app, we are using 50 x 50 user image (from facebook).
We utilize php-apns to send push notifications to our iPhone app users. This worked
If our iphone application uses the inbuilt camera to click any picture, for saving
After simply recompiling our iPhone application on newly released iOS 5.0 SDK i faced

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.