What do I need to develope an iOS app?

Hello everyone
Many Many and Many days I think about making apps for iOS and I have great ideas too
But I have a huge problem and some good potentials too
I want someone help me and tell me how to start making apps for iOS
I know its not going to be easy so I'm ready for everything.
my main problem is:
No programming experience!: I have no programming skill and know nothing about it.thank God I learn fast , so I can start learning a programming language everytime but the problem is that I don't know what to start with! my brother says start with C++ , some told me to start with C , some even told me to jump to sdk!!! I'm really confused
The second question is that I'm good at drawing (**** I'm so confident!) and I think it will help me in making apps, is that right?can drawing help me in this way?
thanks for reading and answering my friends
Dr.RedEyeFrog

sptrakesh Thanks for answering
I have two more question
my brother keeps thelling me to start with C++ because its better than C and he says if I learn C++ I can say I know C too is that true?
and another question, by means of which one I can make better apps C? C++?JavaScript?HTML?CSS?
because I want to make apps professionally so I want to learn the more complete way
sptrakesh sptrakeshsptrakesh

Similar Messages

  • What kind of programming background do you need to start making iOS apps?

    I have zero knowledge of programming. I have done programming about 7 years ago and it was extremely basic stuff and mostly to do with C. I have learnt BASIC language (wonder if its even worth mentioning) in school!! But, I really want to program. Even if it takes a long time. How do I get started??

    Your question "What kind of programming background do you need to start making iOS apps?" does not have a single answer. Thanks to the internet, nowadays its possible to start from zero. You can find an answer for even the most basic question on the internet. It just a question of time and effort. If you have
    the time
    no pressing deadline and a
    high frustration tolerance
    just go ahead and do it.
    Regards - Roe

  • What tools are needed to create a Flex app?

    Which tool do I need to develop a Flex app?
    Is the Adobe Flex builder really needed?
    Are there any freeware products which allow me to implement
    Flex as well?
    Peter

    Basically you can use any text editor but having code hinting
    can be nice...
    On the Mac you can use TextMate, Eclipse with the FDT plugin,
    Flexbuilder or... even XCode.
    On the PC you can use FlashDevelop which is a very convenient
    IDE, with very good code assistance (Flexbuilder can learn a few
    things here...).

  • If I have more than one Mac, what do I need to do for the apps to be on both machines?

    If I have more than one Mac, what do I need to do for the apps to be on both machines?
    Also, what can be done about an app that doesn't work as promised?

    If you mean iPod/iPad apps then you need to have a replica of your iTunes Library on both machines. You can backup your iTunes library - Back up your iTunes library by copying to an external hard drive - then restore it on the other computer. Also, see iTunes- How to move your music to a new computer.

  • What do i need to prepare on premises Apps Server?

    hi , i want to use the on-premises Apps, and i will configure the high trust between the apps server and my SharePoint 2013 server, but now i have to know what do i have to install on the apps server i will basically need windows and VS2013, but do i need
    any other applications or tools ?

    The infrastructure (server) is the same whether you are doing SharePoint hosted apps or provider hosted apps.  The only difference is that the provider hosted apps are hosted on a different web site.  That web site can be either on the same server
    or on a different server.  If you want to do provider hosted apps on a separate server then that server needs to be able to host web sites.  It can be IIS, Apache, anything that will host web sites.  But your AppsServer can be just a different
    IIS web site on the SharePoint server.
    VS only needs to be on the SPServer when developing Apps.  Once the App is developed, tested and packaged you can use the .APP package on any SharePoint server or even another farm.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Can I develop an iOS app that can download multiple free iBooks that I publish and make them available within the iBooks app?

    Is it possible for a self-developed iOS app to download iBooks from our server and make the books available to the iBooks app?
    My organization is evaluating publishing some free training manuals / textbooks as iBooks made with Apple's "iBooks Author" software. We don't necessarily want to use the iTunes Store for distribution because of the semi-sensitive nature of the content. To distribute the books to users with iPads, we've thought of using MDM software, a webpage, or an iOS app. The reasoning behind an iOS app is that the app would be a "download manager", making it much easier for a user to download all 42 books all at once. A user would install our "free training manual download manager" iOS app and use it to authenticate to a our server app that would serve the books, the end result being the books available via the iBooks app.
    Thanks,
    Ted

    Hi Kappy,
    Actually Apple lets self-publishers distribute iBooks outside of the iTunes Store, as long as the iBooks are free (no cost to user).
    What I'm wondering is if it's possible for a custom iOS app to side-load iBooks so that they're available to a user within the iBooks app.
    If not, we'll either post the iBooks for download from our website or we'll use MDM software to push the iBooks to MDM-enrolled iPads.
    Ted

  • Developing an iOS app on Windows and get error 90161 on upload from Mac

    Hello,
    I have developed an AIR for iOS app in Flash CC 2014 on Windows. I use MacinCloud managed server for uploading .ipa to store for testing. It is virtual server service with Mac OS. They have Application Loader pre-installed.
    I made certificates [cer converted to p12] on Windows and installed provisional profile. I made another certificate on Mac and added it to provisional profile too.
    I get error when trying to upload from Application Loader:
    ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.xxx.yyy [Payload/yyy.app] is invalid. [Missing code-signing certificate.] For more information, visit the iOS Developer Portal."
    Stuck here. Tried to add cert made on Mac. Flash doesn't like it and stops compilation.
    Any help will be highly appreciated.

    Unfortunately I have no experience with Apple Testflight, but I can show you how to host on your own server.
    Create a .plist file on your server with the following data in it:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>items</key>
      <array>
      <dict>
      <key>assets</key>
      <array>
      <dict>
      <key>kind</key>
      <string>software-package</string>
      <key>url</key>
      <string>http://yourserver.com/path/to/ipa</string>
      </dict>
      </array>
      <key>metadata</key>
      <dict>
      <key>bundle-identifier</key>
      <string>com.yourcompany.yourgame</string>
      <key>bundle-version</key>
      <string>current version of your app</string>
      <key>kind</key>
      <string>software</string>
      <key>title</key>
      <string>name of your app</string>
      </dict>
      </dict>
      </array>
    </dict>
    </plist>
    Then, on your server, make an HTML page with the following code in it:
    <a href="itms-services://?action=download-manifest&url=http://yourserver.com/path/to/plist">click here to install<a>
    Navigate to that page on your device, click the link, and it should work!  (assuming the adhoc provisioning profile you built your app with contains permissions for your device)

  • What are the potentials of icloud in ios app development

    what kind of apps can be developed using iCloud integration in cocoa touch? what functionalities does iCloud provide ?

    Utilizing the cloud gives app developers a lot of potential;  makes it much easier and faster for them to design apps that have synchronized app storage across all the users iOS devices.  Ex. Games that the users progress is in sync on thier iPhone and iPad; just pick up a device and pick up where you left off.  Productivity apps where projects the user works on are sync'd between devices. Apps that share history and/or bookmark type content.  You get the idea..
    Really the sky is the limit..  :)
    If your looking for more API specific type information or examples, this may not be the best forum for a thorough answer.

  • Online Meet-up 17.What skills are needed to develop scenarios inside AII ?

    JAVA: to develop, enhance scenarios on the java stack:
    XI, AII
    ABAP: to enhnace idoc, etc on the abap stack (r3, ERP)
    XML: to understand flows in the XI and AII
    Regards,
    michal

    Others are welcome to jump in!
    Thanks and stay tuned to for results next week<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/technology">The Technology HomePage</a> for tally and scores

  • Can I develop an iOS app that can interface with Photoshop?

    I want to create an iOS application for interfacing with Photoshop (and other Adobe apps) and I was just wondering if this was possible.
    I know there are official Adobe apps that can do this, but I can't seem to find anything on creating one. It will basically be my own version of "Adobe Nav". I find the official app lacking and have an idea of exactly what I want. I don't think I will release the app in the app store unless there are enough people who want it when I post the finished app. I plan to just run it on my own iPad.

    Yes, you'll find the companion app SDK in the normal Photoshop SDK.

  • What do I need to do to get apps to open on facebook?

    When I try to open facebook or sign in screens for other programs, all I get is a list of words that should be on that page with blue boxes with ? in them.  Not sure why I am uaable to open and see anything.  See below. Help?
    iPod

    For the SD card, are you copying the photos onto it yourself from your computer ? If you are then you need to create a DCIM directory off the root of the card, with the photos underneath it, and the photo filenames need to be exactly 8 characters long (no spaces) plus the file extension i.e. in a similar format as if a camera had created/written them.
    In terms of syncing photos, what happens when you try ? You should be able to sync photos by connecting your iPad to your computer and selecting the iPad on the left-hand side of your computer's iTunes, and on the right-hand side selecting the Photos tab - using that tab you should be able to select which photo folders to sync to the iPad. There is a bit more info on this page. You will need to sync all the photos that you want on the iPad together in one go as only the most recent photo sync remains on the iPad - synced photos can't be deleted directly on the iPad, instead they are deleted by not including them in the next photo sync.

  • What can be the reason for an iOS app not to open ?

    I've built an app and it doesn't open .

    I used the debugger and it told me the following :
    terminate called after throwing an instance of 'NSException'
    Program received signal:  “SIGABRT”.
    kill
    quit

  • What do i need to publish my application to app store

    Dear All,
    I have an apple developer account only,
    What do i need exactly to publish my app to the app store ?
    Shall i have a mac laptop ?
    please help
    Thank you

    There are two different paid developer accounts, one for IOS and one for OS X. You need the correct account for the type of applications you are developing. 
    If you are using some 3rd party software to develop (which in my opinion is a bad idea) you will need to contact support for that software for directions on what to do.

  • Need to develop a Mobile Application for Time Entry

    Hi,
    I need to develop a Mobile App for Time Entry details which can used as an Applicaion on Android or iOS.
    Can anyone help me with the approach i need to follow to develop such an application which can be used on Android or other OS.
    Thanks,
    CV

    Hi CV,
    Oracle Application Development Framework Mobile (ADF Mobile) browser is a standards-based framework that enables the rapid development of enterprise mobile applications. Oracle Fusion Middleware 11g release 1 of ADF Mobile browser extends Oracle ADF to browsers running on mobile devices. Because ADF Mobile browser is built upon the component model of Java Server Faces (JSF), you can quickly develop applications for mobile browsers. ADF Mobile browser's mobile-specific extensions to JSF enable you to develop mobile applications using the same methodologies for developing JSF applications for the desktop.
    http://docs.oracle.com/cd/E17904_01/web.1111/e10140/pda_ovrv.htm#ADFMB101
    Cheers,
    Vlad
    Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question. If you think this is helpful, please consider giving points

  • I have an IPAD 2 and would like to print to my mobile printer HP 470.  Can I do this through the cable? What do I need to do?

    I have an IPAD 2 and would like to print to my mobile printer HP 470.  Can I use the patch cable?  What do I need to do?

    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
     Cheers, Tom

Maybe you are looking for