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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:42:07+00:00 2026-05-22T22:42:07+00:00

How to detect an arrived SMS in code? and how can I auto check

  • 0

How to detect an arrived SMS in code? and how can I auto check if it contains specific strings? for example I wanna send SMS to the Iphone which contains “specifString” and I want the receiver Iphone auto open my app.

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

    You cannot, get a notification when a person receives a SMS, but you can enter a special url in that SMS that then would launch your application when clicked.

    In your Info.plist you have to define some key-value pairs:
    enter image description here

    And then your app is launched when url like this is clicked:

    yourapp://?foo=1&bar=2
    

    as you can see, you can pass parameters to your app.

    In your app you get a special event, when your app is launched from an url.

    4.1 and earlier:

    - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url 
    {
      // Do something with the url here
    }
    

    **4.2 and later **

    - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation 
    {
        // Do something with the url here
    }
    

    More details in documentation: “Implementing Custom URL Schemes”

    Edit after WWDC Keynote 06.06.2011

    New API iMessaging now supports messaging on iPad and also receipts to know if your message has been delivered.

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

Sidebar

Related Questions

I need to detect which view is in front (currently visible). How can I
To detect rotation of the mouse wheel in .NET/WinForms, I can override OnMouseWheel .
How can I detect when an Exception has been thrown anywhere in my application?
How can one detect being in a chroot jail without root privileges? Assume a
How can I detect, using php, if the machine has oracle (oci8 and/or pdo_oci)
For detect undefined variable which have been declared in javascript there at least two
To detect whether internet is connected or not I am using the following code:
I detect when the keyboard will show with the below code. However, when I
How can I detect if a certain table exists in a given SQL database
I have code to detect the connection of USB Flash Drives as volumes. The

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.