Hi All..I wish to create an iPhone App,can assist me how

Hi All..I wish to create an iPhone App,can assist me how & where to getting start ?

This is an iPad user to user forum, so you are not addressing Apple.
Google search for suggestions.
 Cheers, Tom

Similar Messages

  • Creating an iPhone app? How?

    I've been looking for weeks online for instructions on how to do this, but I can't find the information I'm looking for so I thought I'd post my question here.
    I have an iPhone 3G and love it. I'm an author who would like to sell my ebook in the app store. I've downloaded the 3.0 SDK to my hard drive (but after installation, I can't find it) nor can I find any instructions on how to use it to create an app.
    If anyone knows of an online resource you can recommend to help me, I'd gladly appreciate it. I'm completely in the dark as to how to do this and Apple's website isn't as helpful as I had hoped.

    Hi Bob,
    Thanks for the info.
    So basically I can't create any Iphone apps with what looks like the single edition I have.
    I'm trying to create some apps for the Newstand so I've already created a Ipad version but was also hopeing to have a Iphone version too
    It says you can create unlimited Ipad apps with the single edition but would that include multiple editions of a magazine rather than an update of an existing one?
    Spence

  • Creating an iPhone app in DPS app builder?

    I'm trying to create a test Iphone (Newstand) app before publishing but when I go to 'create app' in Indesign the DPS app builder loads up but doesn't give me the option to create an Iphone app, just a Ipad one?
    I've noticed my version of the DPS app builder is on single edition but I have a developers licence now so I assumed that would have changed?
    Any ideas what I'm doing wrong?
    best regards
    Spencer

    Hi Bob,
    Thanks for the info.
    So basically I can't create any Iphone apps with what looks like the single edition I have.
    I'm trying to create some apps for the Newstand so I've already created a Ipad version but was also hopeing to have a Iphone version too
    It says you can create unlimited Ipad apps with the single edition but would that include multiple editions of a magazine rather than an update of an existing one?
    Spence

  • I have created an iPhone app using xCode and am now ready to publish it. Do I have to sign up to the $99/yr program in order to get a certificate?

    I have created an iPhone app using xCode and am now ready to publish it. Do I have to sign up to the $99/yr program in order to get a certificate? I keep getting the error message: CodeSign Error: code signing is required...although the app tests fine on the simulator. Does this mean that I need to pay the $99 to create the app or do you only need to pay if you want it published on iTunes?
    Any advice will be gratefully received.

    App Store Resource Center - Apple Developer

  • So I wanna go about creating a iPhone app. What would be the easiest and cheapest route? Thanks everyone!

    So I wanna go about creating a iPhone app. What would be the easiest and cheapest route? Thanks everyone!

    Download Xcode, learn Objective-C, practice endlessly, purchase Apple Dev status, then publish your work.

  • My MacBook Air was stolen and the id changed before I could erase it via "Find iPhone" app - can Apple erase my machine if I provide my serial number?

    My MacBook Air was stolen and the id changed before I could erase it via "Find iPhone" app - can Apple erase my machine if I provide my serial number?

    My MacBook Air was stolen and the id changed before I could erase it via "Find iPhone" app - can Apple erase my machine if I provide my serial number?

  • If i don't have the find my iphone app, can I still find my lost itouch?

    If i don't have the find my iphone app, can I still find my lost itouch?

    If you didn't enable it on your iPod before it was lost you can't.  If you did, you may be able to locate it by going to icloud.com from your computer browser, as explained here: http://help.apple.com/icloud/#mmfc0f2442.

  • TS4006 Have iCloud doesn't have find iPhone app can I still locate my fone?

    Have iCloud doesn't have find iPhone app can I still locate my fone?

    Welcome to the Apple Community.
    You can only locate your device when it is logged into iCloud and 'Find My Phone' is enabled, additionally the device will need to be switched on and connected to a wifi or cellular network.
    Unfortunately, you cannot activate iCloud or 'Find My Phone' remotely.
    If the device is wiped by you or another, you may not be able to locate the device (although some have reported they can)

  • Every time i sync my Iphone it tries to sync all my photos back onto my Iphone from my Mac. How do i stop this as it just keep freezing as too many photos?

    I had to restore my iphone 4 for some reason (my mac said it could not read it) so i did. I then restored my iphone to my icloud back up. All was well i still have all my contacts, messages, settings etc. However now for some reason when i plug my iphone into my mac it tries to put all my photos back onto my Iphone. Iv tried looking for syncing preferences to stop it doing so but cant see anything. Also the photos that are being synced do not appear under my iphone icon under 'devices' in iphoto and itunes says that there are no photos on my iphone :s but i CAN see the photos on my iphone and its been saying 'Syncing 132 of 255' for the last 24 hours! can someone please help??

    Hello there, deelish.
    A great Knowledge Base article that has some valid information is:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    The pertinent section for you would be:
    Restore loop (being prompted to restore again after a restore successfully completes)
    Troubleshoot your USB connection. If the issue persists, out-of-date or incorrectly configured third-party security software may be causing this issue. Please follow Troubleshooting security software issues.
    Thanks for reaching out to Apple Support Communities!
    Cheers,
    Pedro D.

  • Trying to create first iPhone app, use Interface Builder or Xcode first?

    I'm trying to create my first iPhone App, do I start with Interface Builder or Xcode first? And how do I link the two together?

    It's not really that simple -- you'll be working with both. Interface Builder is used to design the GUI (graphical user interface, which consists of the windows and buttons and text fields and so forth, the parts of the application that your user interacts with). Xcode, on the other hand, is used to write the code that tells that GUI what it's supposed to do, and how to do it. So, to answer your question as best I can -- generally, I would imagine you would want to start by creating the basic form of your GUI in Interface Builder and then start coding where appropriate in Xcode, then you'll move back and forth between the two (Xcode and Interface Builder) as needed.
    If you're new to programming and want to start with iPhone apps, I recommend picking up a book on the topic (Apress publishing has a book called "Beginning iPhone 3 Development: Exploring the iPhone SDK" that is a good one, and don't forget to take advantage of Apple's iOS Dev Center, which has lots of good documentation on most any topic that will be helpful in supplementing the information in the book you buy -- click [here|http://developer.apple.com/iphone/index.action] to go there).
    Keep in mind, however, that trying to learn to program iPhone apps will be difficult (to say the least) if you don't already know Objective-C, and the Apress book I recommended above will not be easy to follow without understanding Objective-C first. Objective-C an object-oriented extension of C, and it is the programming language that is used to develop iOS apps (apps for the iPhone, iPod touch, or iPad). I would definitely recommend learning Objective-C on the Mac before jumping in to iPhone development in specific. Apress has another book called "Learn Objective-C on the Mac" that I would recommend for this.
    Furthermore, since Objective-C is an extension of C, you won't have an easy time learning it without a prior understanding of the C programming language. Again, Apress has a book for this, called "Learn C on the Mac."
    Put simply, learning to program for the iPhone is not something that comes overnight -- it's a step-by-step process that takes patience, and you have to be willing to go through these steps if you want to learn to program properly for the iPhone.
    Step 1 -- learn the C programming language
    Step 2 -- learn the Objective-C programming language
    Step 3 -- apply your knowledge to developing for iOS (iPhone's operating system) with the Cocoa Touch framework
    Anyways, that's just my advice -- I definitely recommend taking the time to do it right and not jumping straight into the deep end, but in the end only you know what works best for you. Also, like I said, I definitely think investing in a book on the subject is worth the time and money, so let me know if you want any other recommendations for books beyond the ones listed above.
    Hope this was helpful to you, and best of luck with your journey toward programming for iOS.

  • I had to restore my computer. All my music is on my iphone. Can I import it back to itunes? When I look to sync, it want to remove anything on the iphone

    I had to restore my computer(windows). All my music is on my iphone and ipod. Can I back this into itunes? When I try to sync, it wants to erase data on the ipone or ipod.

    Certainly you did not restore your computer without making sure that your backup copy of your computer was up to date.
    Just use your backup copy to put everything back.
    The music sync is one way - computer to iphone.  The only exception is itunes purchases: File>Transfer Purchases

  • HT204053 my iphone showing offline all the time in find my iphone app.?

    I lost my iphone few days befor then i buy new iPhone 32 GB, I try to track my iphone throug Find my iPhone app. but its can't find the location.

    Try restoring your iPhone, take a look at this link, http://support.apple.com/kb/HT1414?viewlocale=en_US&locale=en_US

  • Hi all, i need to create a one method in assistance class for updating the custom table.

    Req as follows : 
    1. i need to create one method in a assistance calss  for updating custom table .
    2. now i  have to pass the multiple entries to that table then inside the method based need to update the Ztable. based on this entries
    3. My internal table is having 2 fields ( Customernumber (key field) , Shiftloc ).(Multiple entries ex : 500)
       based on customernumber need to update the new shiftloc in my custom table.
    Can any one give some inputs please. i have doubt can we pass mupltiple entries (internal) as a importing parameter to the method?
    Cheers,
    Venu

    Hi rama,
    thank you for your promt reply.
    i have one more query. Here i need to update the only Shipt to adress for particular customer number.
    i have written the code as below. Please clarify this code will work for my requirement.
       method UPDATE_SHIPTO.
      data : Lt_contract type ty_update_shipto_t.
      data : ls_contract like line of  Lt_contract .
      REFRESH : Lt_contract.
      lt_contract[] = LT_DATA[].
      loop at lt_contract into ls_contract.
    *    update  Zcustom  SET ship_to_adress  = ls_contract-new_bp
                                 WHERE  cust_no = ls_contract-custnum
        CLEAR : ls_contract.
      ENDLOOP.
    COMMIT WORK.
    endmethod.

  • Trouble adding printer to HP ePrint Home and Biz iPhone app - can't find printer's email address

    I'm trying to connect my HP Photosmart c6380 to my iPhone. I already downloaded the app and my printer is connected to my wireless network, as is my iPhone, but I can't add my printer to the app.
    When I go to "Manage ePrinters" and try to add a printer with the + button I see 3 choices:
    Add ePrinter from list: "No ePrinters available"
    Add Manually: I can't find the printer's email address even using the instructions found at the ePrint center.
    Add from WiFi Network: My printer isn't shown in this list so it does not support auto discovery.
    So I'm guessing that if I could just find my printer's email address that would connect it to my iPhone for wireless printing, but I can't for the life of me find it. 
    Any help is greatly appreciated.
    Thanks.
    This question was solved.
    View Solution.

    Hello amybett,
    I have bad news and good news. The bad news is that your printer is not Airprint/ePrint capable. However, the good news is that with the HP ePrint Home and Biz iPhone app it does not need to be Airprint/Eprint capable, as long as it is connected to the same network as your phone.
    Here are the steps you will want to take to print something:
    1. Setup the app by completing the email registration and entering the code (which I believe you have).
    2. Select the item you wish to print using the menu in the app (Photo Albums, Saved Files, Web Browser, etc.).
    3. Once you select the item you should see the item and a large "Print" button under it.
    4. If the printer you want to print to is not listed above the "Print" button, select the icon on the right (wrench/computer) and select the printer you wish to use (along with other settings). 
    5. Tap on the "Back" button in the top left corner, then tap "Done" (blue button in the top right corner), and then tap the "Print" button to print your item.
    Let me know if you are still having trouble after following the guide above.
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • Find my iphone app can no longer find my ipads

    When I use the Find my Iphone app to locate my ipads, it now says no location available for both ipads.  It has been working until two days ago.  I have reset the ipads, turned the location servcie on and off, and have tried two different wireless networks as well as my iphone with and without a network connection.  Did the icloud get updated recently that may have cause it to stop working?  Any other ideas on how get this working again?

    Welcome to the Apple Community.
    You can add as many devices as use your iCloud account to Find my phone, in fact any device that uses an iCloud account can use Find my phone.

Maybe you are looking for