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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:24:10+00:00 2026-05-27T11:24:10+00:00

I can launch my app if I embed a url in an SMS and

  • 0

I can launch my app if I embed a url in an SMS and then the user clicks on the url from within the message app. I have this all working.

What I would like to be able to do however is send an MMS to the device which contains a number of image(s) and text filling the screen and when the user clicks on the url within the MMS my app is launched same as it is if clicked from within an SMS.

Is it possible to mock this up so I can see it working? i.e. how could I create an MMS containing a working active link to demo a proof of concept (I’m not talking about creating an MMS programatically on iOS, just how to create one containing my app’s url to send to the device)?

  • 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-27T11:24:10+00:00Added an answer on May 27, 2026 at 11:24 am

    Edit: This answer was written under the assumption that implementation details were required for the URL handling part. I’ll leave the technical details here for future Googlers.

    Here is a link to a forum thread which seems to indicate you can’t send MMSes from the iPhone programmatically (I know you said you didn’t want to know this anyway, but it’s here for completeness). The suggestion is to use a message provider’s MMS gateway directly (e.g http://www.smsglobal.com).

    Instructions on how to get a hyperlink into an MMS are here. You can just write it in plain text, or use an anchor: <a href=”myapp://”> Not 100% sure the iPhone will properly parse those anchor tags in an MMS though.


    Read this article. The gist is that you add a “URL types” row to your Info.plist and set it to any valid protocol, say myapp, and then a user opens a link in an MMS to a myapp URL. Article excerpt:

    myapp://
    myapp://some/path/here
    myapp://?foo=1&amp;bar=2
    myapp://some/path/here?foo=1&amp;bar=2
    

    The iPhone SDK, when launching the application in response to any of the URLs above, will send a message to the UIApplicationDelegate.

    If you want to provide a custom handler, simply provide an implementation for the message in your delegate. For example:

    - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url 
    {
      // Do something with the url here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have associated my app with a UTI so that users can launch KML
I know that using the URL with tel:// I can launch the phone app
I can launch a basic app on Heroku, displaying a message with get '/'...
i want to launch picas app which i have downloaded on my emulator, from
I have an app that can launch in portrait or landscape. I'd like the
I created app which user can start from menu and from icon. I do
I can launch my app as standalone app (for example from command line) or
I just installed Cygwin and can launch a bash shell from windows, do ls
I have a c program which I can launch at command prompt. Is it
I have an application where I can launch a modal dialog box over a

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.