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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:44:16+00:00 2026-05-10T13:44:16+00:00

If I create an application on my Mac, is there any way I can

  • 0

If I create an application on my Mac, is there any way I can get it to run on an iPhone without going through the app store?

It doesn’t matter if the iPhone has to be jailbroken, as long as I can still run an application created using the official SDK. For reasons I won’t get into, I can’t have this program going through the app store.

  • 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. 2026-05-10T13:44:16+00:00Added an answer on May 10, 2026 at 1:44 pm

    Official Developer Program

    For a standard iPhone you’ll need to pay the US$99/yr to be a member of the developer program. You can then use the adhoc system to install your application onto up to 100 devices. The developer program has the details but it involves adding UUIDs for each of the devices to your application package. UUIDs can be easiest retrieved using Ad Hoc Helper available from the App Store. For further details on this method, see Craig Hockenberry’s Beta testing on iPhone 2.0 article

    Jailbroken iPhone

    For jailbroken iPhones, you can use the following method which I have personally tested using the AccelerometerGraph sample app on iPhone OS 3.0.

    Create Self-Signed Certificate

    First you’ll need to create a self signed certificate and patch your iPhone SDK to allow the use of this certificate:

    1. Launch Keychain Access.app. With no items selected, from the Keychain menu select Certificate Assistant, then Create a Certificate.

      Name: iPhone Developer
      Certificate Type: Code Signing
      Let me override defaults: Yes

    2. Click Continue

      Validity: 3650 days

    3. Click Continue

    4. Blank out the Email address field.

    5. Click Continue until complete.

      You should see ‘This root certificate is not trusted’. This is expected.

    6. Set the iPhone SDK to allow the self-signed certificate to be used:

      sudo /usr/bin/sed -i .bak ‘s/XCiPhoneOSCodeSignContext/XCCodeSignContext/’ /Developer/Platforms/iPhoneOS.platform/Info.plist

      If you have Xcode open, restart it for this change to take effect.

    Manual Deployment over WiFi

    The following steps require openssh, and uikittools to be installed first. Replace jasoniphone.local with the hostname of the target device. Be sure to set your own password on both the mobile and root users after installing SSH.

    To manually compile and install your application on the phone as a system app (bypassing Apple’s installation system):

    1. Project, Set Active SDK, Device and Set Active Build Configuration, Release.

    2. Compile your project normally (using Build, not Build & Go).

    3. In the build/Release-iphoneos directory you will have an app bundle. Use your preferred method to transfer this to /Applications on the device.

      scp -r AccelerometerGraph.app root@jasoniphone:/Applications/

    4. Let SpringBoard know the new application has been installed:

      ssh mobile@jasoniphone.local uicache

      This only has to be done when you add or remove applications. Updated applications just need to be relaunched.

    To make life easier for yourself during development, you can setup SSH key authentication and add these extra steps as a custom build step in your project.

    Note that if you wish to remove the application later you cannot do so via the standard SpringBoard interface and you’ll need to use SSH and update the SpringBoard:

    ssh root@jasoniphone.local rm -r /Applications/AccelerometerGraph.app && ssh mobile@jasoniphone.local uicache 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a Java application bundle for Mac without using Mac. According
how can i create an application to read all my browser (firefox) history? i
i am new to mac development, i have to create an application which will
How do you create an application shortcut (.lnk file) in C# or using the
How do I create an Application Pool on IIS 6.0 using a PowerShell script?
Normally I create web application projects and use code-behind, but I have a requirement
When I create an application on my laptop it compiles and renders just fine.
I want to create an application which will have a client and server components.
I would like to create an application wide keyboard shortcut for a Java Swing
I need to find/create an application that will create employee web usage reports from

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.