app id for the messages app

Discussion in 'iOS Development' started by wfs123, Feb 29, 2012.

  1. wfs123 Member

    Member Since:
    Jun 29, 2009
    Message Count:
    132
    Device:
    iPad 2 (Black)
    I'm working on a tweak for the iPhone where it will open the messages app. dose anyone have the app id for it? i have the one for the Phone app and Mobile Safari

    The phone app: com.apple.mobilephone
    mobile safari: com.apple.mobilesafari
    Messages: ???????????????????????

    can someone please help me find it.
    thanks ~Will
  2. mwi98 Member

    Member Since:
    Jul 19, 2011
    Message Count:
    462
    Device:
    iPhone 5 (Black)
    com.apple.mobilesms
  3. wfs123 Member

    Member Since:
    Jun 29, 2009
    Message Count:
    132
    Device:
    iPad 2 (Black)
    that doesn't work. I'm using the open command over ssh and i get this:
    Application with identifier com.apple.mobilesms not found
  4. mwi98 Member

    Member Since:
    Jul 19, 2011
    Message Count:
    462
    Device:
    iPhone 5 (Black)
    Try SMS in all caps
  5. wfs123 Member

    Member Since:
    Jun 29, 2009
    Message Count:
    132
    Device:
    iPad 2 (Black)
    still no luck...
  6. mwi98 Member

    Member Since:
    Jul 19, 2011
    Message Count:
    462
    Device:
    iPhone 5 (Black)
    Derp. Try this exactly com.apple.MobileSMS
    (capital M too)
  7. wfs123 Member

    Member Since:
    Jun 29, 2009
    Message Count:
    132
    Device:
    iPad 2 (Black)
    yeah i got it thanks that was it. i actually emailed the developer and he said to look in the applications info.plist folder... thanks for the help :D