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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:51:19+00:00 2026-05-23T17:51:19+00:00

I need to detect if an iPhone entering my application is an original iPhone

  • 0

I need to detect if an iPhone entering my application is an original iPhone (one of the first iPhones to be sold)

I know that this line will detect iPhones:

if (Request.UserAgent.ToUpper().Contains("IPHONE")) 
{
   //Do something
}

But I want to make sure that I get the correct one. I was thinking about something like this:

if (Request.UserAgent.ToUpper().Contains("IPHONE")) 
{
   if (double.Parse(Request.Browser.Version) > 1)
   {
       //Do Something
   }
}

But I am worried that there could be other iPhones that are newer and are version 1.

Is this code correct for finding very old iPhones, or is there a better way?

  • 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-23T17:51:19+00:00Added an answer on May 23, 2026 at 5:51 pm

    The user agent strings for iPhone only ever contain an OS version. For example:

    Mozilla/5.0 (iPhone; U; CPU *iPhone OS 4_1* like Mac OS X; en-us)
    AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117
    Safari/6531.22.7

    Here is a website with a comprehensive list.
    http://www.useragentstring.com/

    I think that the trouble you may run into is that the browser version, or even the OS version may not indicate the actual generation of the phone itself. Thankfully, there is a list on the wiki about all of the versions and their applications so you can easily figure out what will work best.

    http://en.wikipedia.org/wiki/IOS_version_history

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

Sidebar

Related Questions

I need to detect whether my application is running within a virtualized OS instance
I need to detect character encoding in HTTP responses. To do this I look
I need to detect information about the Application Server my EJBs are running in.
I need to detect if the user is using an iPhone 4, but I
How do I detect if a user is running the application on an iPhone
For my application, i need to divide diagonally the screen of my iphone in
Is there a way to detect that your iPhone app us running 2x/1x on
I need a solution which will allow me to detect if the browser is
I need to detect a cycle/sequence in a string and return the first occurrence.
I need a way to detect if the iPhone is in Airplane Mode or

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.