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

  • Home
  • SEARCH
  • 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 9240561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:12:37+00:00 2026-06-18T08:12:37+00:00

I have two iOS applications say App A and App B . I need

  • 0

I have two iOS applications say App A and App B. I need to implement a feature like follows:

If user is installed my App A, then I need to ask user to install my App B (if not installed) to unlock a special feature in App A.

My issues:

  • How to find my App B is installed or not ?
  • If App B is installed how to unlock a feature in App A ?
  • Can I share the data through Keychain ?

What I tried:

  • I searched alot but couldn’t find any tutorials or sample codes
  • Checked apple documentation but couldn’t get any options
  • I saw a similar functionality in Talking Ginger application. It asks to install another application from similar company to get extra credits.

I think there is someway to do this without using private frameworks because the above mentioned apps are approved by apple and available in app store.

Thanks in advance

  • 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-18T08:12:38+00:00Added an answer on June 18, 2026 at 8:12 am

    Why dont you use iOS URL Schema canOpenURL. Using Url schema you can find an application is installed or not.

    UIApplication *myApplication = [UIApplication sharedApplication];
    NSString *myPath = @"appURL://";
    NSURL *myURL = [NSURL URLWithString:myPath];
    if ([myApplication canOpenURL:myURL]) {
        //Installed
        //Go for unlock login
    }
    else {
        //Not Installed
        //Inform user application not installed and redirect to iTunes Application url 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I did two sample applications in ios.Both applications i have done using storyboard.Then after
So I have two TableView in one view of an iOS app. I have
I am using two facebook applications to perform facebook connect with my iOS app(using
I am developing a system including an iOS and Android app. I have two
I have a newbie question about integrating two iOS apps. I have created an
I'm using the new iOS 5 core data concurrency options. I have two threads:
I have a situation where two separate companies wish to 'join' their iOS apps
So basically, I have two applications. Application 1 launches Application 2 but it remains
I have a question about running apps in the //Applications folder on iOS 5.1.1.
We have two iOS Distribution certificates. I´m having some issues with signing because both

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.