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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:54:04+00:00 2026-05-29T22:54:04+00:00

Can I invoke another installed applications within my application? Suppose I have installed AngryBirds,

  • 0

Can I invoke another installed applications within my application? Suppose I have installed AngryBirds, I have to invoke that application by tapping a button from my application. Is it possible?

  • 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-29T22:54:08+00:00Added an answer on May 29, 2026 at 10:54 pm

    You can do it if the application in question has a defined protocol, in example if you want to call a number via skype you can perform an action like

    NSString *contactName = @"user123";
    NSURL *skypeURL = [NSURL URLWithString:[NSString stringWithFormat:@"skype://%@?call",    contactName]];
    if ([[UIApplication sharedApplication] canOpenURL:skypeURL]) {
        [[UIApplication sharedApplication] openURL:skypeURL];
    } else {
        // Display to the user how to install skype.
    }
    

    the same can happen for other programs which have a protocol definition that could be understood.

    And just 4 the record, here’s a list of know URL Schemes
    http://wiki.akosma.com/IPhone_URL_Schemes

    Then, if you want your app to be URL-Scheme Compatible, you can have a good start by reading this:
    http://www.idev101.com/code/Objective-C/custom_url_schemes.html
    and this other post is really good and detailed.

    How do you set your Cocoa application as the default web browser?

    it explains how to make your app handle a custom URLScheme, which turns out to be your case.

    hope it could be helpful.

    k

    for other case scenarios I got no idea if it is possible.

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

Sidebar

Related Questions

How can you invoke shell commands from Squeak and Pharo? Do these environments have
I'm trying to invoke another application (Beyond Compare) from Powershell which requires an @
I assume that it is possible to invoke skype or another VOIP solution by
How can I invoke overloaded generic method in IronRuby? I have a .NET class
How can I invoke a service directly from a view? I'm trying with ${my.domain.service.method}
I tried to invoke another activity from my main acitivty which is located in
In some library code, I have a List that can contain 50,000 items or
Is it possible to load up another application when the first application enters the
Yet another one of my P/Invoke questions! I have this C function: int _ei_x_new(ei_x_buff*
I have three machines. one installed VS2008 another two installed SDK6 and Framework3.5 (one

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.