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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:06:35+00:00 2026-06-05T06:06:35+00:00

iTunes can detect if my iPhone is black or white, so how can I

  • 0

iTunes can detect if my iPhone is black or white, so how can I do this in code?

I’m thinking it would be a UIDevice thing but I’m not too sure.

  • 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-05T06:06:36+00:00Added an answer on June 5, 2026 at 6:06 am

    You can obtain color from model part number, for example:

    MD381 – black iPhone 4S

    MC920 – white iPhone 4S

    …

    To obtain model number use uidevice-extension

    Addition:
    Alternative solution. Link your project with libLockdown.dylib.

    extern id lockdown_connect();
    extern id lockdown_copy_value(id, id, id);
    extern void lockdown_disconnect();
    extern NSString *kLockdownDeviceColorKey;
    NSString* CopyDeviceColor() {
        id connection = lockdown_connect();
        NSString *color = lockdown_copy_value(connection, nil, kLockdownDeviceColorKey);
        NSLog(@"color = %@", color);
        lockdown_disconnect(connection);
        return color;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://itunes.apple.com/app/bloomberg/id281941097?mt=8 On the second screenshot or this Bloomberg iPhone app.. Can anyone tell me
Is there any iTunes API for the iPhone OS which I can use to
I know we can link to our apps via http://itunes.com/apps/developername or http://itunes.com/apps/appname , but
The closest example I can think of is iTunes. I'm thinking about a system
I've searched through the iTunes Connect Developer Guide 6.1 - but can't seem to
Move the box is an iphone game which can be downloaded from: http://itunes.apple.com/us/app/move-the-box/id491113310?mt=8 I
How can I check the usage of my iPhone app in iTunes connect? For
Can iPhone applications compiled against 2.1 be successfully installed via iTunes on a 2.0
I'm trying to upload a binary to iTunes Connect. I can upload, but when
How can I create a download manager which would detect when a link you

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.