What does an iphone programmer need from me?

I need some help. I just hired an iphone programmer to develop a program for me. But I don't want him to access my developer account since I registered as an individual and it has sensitive info. But I know I might need to get him some certificates(?) for him to develop the application for me. I've read and re-read the developers portal site but still can't figure out what he'll need.
What will my programmer need from me for him to program, test and build an iphone app for me?

for one, he/she probably doesnt really need anything from you. If they have a Mac, the iPhone SDK Final then thats all thats really needed. You may want to set up a SCM repository on the project so he/she can checkin checkout the progress - ultimately you are publishing it though.

Similar Messages

  • At what point does the iPhone 5 need to charge?

    At what voltage does the iPhone 5 need to charge?

    When it gets low, typically at about 10% you get a prompt.  It is a good idea to let it go completely flat once a month

  • What does clearing cookies and data from iPad 4 mean?

    What does clearing cookies and data from iPad 4 mean?

    http://ipad.about.com/od/ipad_basics/ss/How-To-Clear-Cookies-And-Web-History-In- The-iPad-Safari-Browser.htm
     Cheers, Tom

  • How can you tell what type of Iphone I have from the model number or serial number from the settings menu

    how can you tell what type of Iphone I have from the model number or serial number from the settings menu?

    Type Serial Number from Settings App here https://selfsolve.apple.com/agreementWarrantyDynamic.do it will tell you the type of iPhone.

  • Does the iPhone 4s need a data plan inorder for "siri" to work or can you just use your local wifi?

    Does the iPhone 4s need a data plan inorder for "siri" to work or can you just use your local wifi?

    It can use both in all the commercials they are using wifi im trying to find out just how much Siri depends on data but so far I think it mainly uses it to pull info up and for some reason to dictate email but it does work on carrier data I guess it's just slower  so you don't neccersarily need a data plan in place or have to dig into it to use Siri If you have wifi close by

  • For what does the BPEL Manager need a domain ?

    For what does the BPEL engine need a domain ?
    Where (in which file) is specified to which domain the BPEL Manager
    connects to?
    Is it a difference if the domains are defined in table
    orabpel.domain
    or just
    domain
    ? With which user/password/service does to BPEL Manager connect to
    Oracle DB to search for its domain?
    Background: My domain "default" exists in table but BEPL Manager could not connect here

    We currently have 3 domains for BPEL. We use them because they a) serve different purposes, b) we tweak the domain level threads.
    I believe bpel manager will, by default, connect to the which ever domain starts with the letter closest to A.
    I also think the user account is orabpel, which connects to the bpel schema.

  • What does reseting iphone change

    what does reseting iphone change?

    There are many kinds of resets:
    Holding HOME and SLEEP until an Apple logo appears essentially reboots iOS. It kills processes that are running, although many will restart automatically. In rare instances it can also corrupt data in applications, so it is better to turn the phone off before doing it.
    Settngs/General/Reset - Reset Network Settings sets the network parameters back to defaults and clears WiFi passwords. Nothing else is changed.
    Settngs/General/Reset - Reset All Settings restores iOS settings to their defaults. It doesn't affect application data or settings.
    Settngs/General/Reset - Erase all content and Settings clears the phone completely, to the state it was in when you took it out of the box
    Settngs/General/Reset - Reset Home Screen Layout does what it says
    Did you mean something other than these?

  • Does an iphone 3gs come from the box with  a 30 pin female connecter or do i have to buy one sepretly?

    Does an iphone 3gs come from the box with  a 30 pin female connecter or do i have to buy one sepretly?

    Sorry, but you are not addressing Apple here, we are all users in these forums, just like you.
    If you buy an iPhone from another country, the warranty and service can only be handled in the country where it has been bought. Since Apple does not sip internationally, you'll have to bring the iPhone back in person or send it to someone who can do that for you in the USA.
    The warranty regulations are clear about that: Read Apple’s One Year Limited Warranty for iPhone

  • Why does the iPhone 4 need to send an SMS to activate FaceTime when the iPad 2 doesn't?

    Hi there.
    I keep wondering why iPhone 4 need to send a international SMS to activate FaceTime when the iPad 2 doesn't?
    It cost's 2,50 dkr ($0.48) every time it does that.
    I have a mobile subscription where i get 5 hours talk time, Free SMS, Free MMS, Free talk to all with same subscription and 5GB data for 129 dkr/month ($24.77).
    But the internation SMS is not free.
    And it really bugs me that my danish iPhone has to send an SMS to England to acticate FaceTime that i only can use on WiFi.
    I also have a iPad 2 (WiFi model), and it can activate FaceTime fine via WiFi. So why can't the iPhone 4 do that?
    I really really need a good explanation to why i have to pay to activate FaceTime.
    Why can't you make local numbers to send the SMS too, or do it via WiFi just like the iPad 2.
    The strangest this is that you have to be on WiFi to use FaceTime, so why use the mobile network to activate FaceTime?

    Where are you, what network are you on and where did you get your phone?
    The fact that it uses SMS isn't really the issue here and no-one on this forum can answer the "why" question. We are end users, not Apple. The accepted answer is if it's going to tie facetime to your phone number (which it does) then that's the way it's got to work.
    The puzzling part is why it would be sending one to England... unless of course, you purchased the phone in the UK and actually live in another region entirely.

  • What does the message iMessage needs to be enabled to send this message mean

    When trying to send a message with a video, i get the message,"iMessage needs to be enabled to send this message". What does this mean??

    Old phone 5c
    yes to signal
    yes to make calls and text certain people but it wont text others who I hve texted in the past
    text some people but not others
    iphone was sold by the crrier they brag about iphone coverage

  • Please explain on what does these select statements get from these tables..

    Hello Experts,
    What does these select statements get?and what are these tables CDHDR and CDPOS used for?
    The program that I am currently modifying lets users post documents and the ones that are not posted
    are saved in a custom table. Now, we had a scenario in PROD server wherein certain items are not being
    fetched as bypassed but we saved it in the bypassed table. Anyway, below is the select statements:
    get all change document header within the selected dates
      SELECT * INTO CORRESPONDING FIELDS OF TABLE it_cdhdr
        FROM cdhdr
       WHERE udate IN s_udate
         AND objectclas EQ 'CHARGE'
         AND tcode IN (lc_tcode_msc1,
                       lc_tcode_msc2,
                       lc_tcode_msc1n,
                       lc_tcode_msc2n,
                       lv_tcode_vl33n,
                       'SE38',
                       'ZGENE').
    IF NOT it_cdhdr[] IS INITIAL.
    SELECT objectid changenr value_new
          FROM cdpos
          INTO TABLE it_cdpos
          FOR ALL ENTRIES IN it_cdhdr
         WHERE objectclas EQ it_cdhdr-objectclas
           AND objectid   = it_cdhdr-objectid
           AND changenr   = it_cdhdr-changenr
           AND tabname    = lc_tabname_mcha
           AND fname     IN (lc_fname_zustd,'LWEDT').
    DELETE it_cdpos WHERE value_new+00(01) = 'X'.
      LOOP AT it_cdpos ASSIGNING <fs_cdpos>.
        l_matnr = <fs_cdpos>-objectid+00(18).
        l_charg = <fs_cdpos>-objectid+22(10).
        l_zustd = <fs_cdpos>-value_new+00(01).
        READ TABLE it_batch INTO wa_batch
             WITH KEY matnr = l_matnr
                      charg = l_charg.
        IF sy-subrc EQ 0.
          l_tabix = sy-tabix.
          wa_batch-zustd = l_zustd.
          MODIFY it_batch FROM wa_batch INDEX l_tabix
                 TRANSPORTING zustd.
        ELSE.
          wa_batch-matnr = l_matnr.
          wa_batch-charg = l_charg.
          wa_batch-zustd = l_zustd.
          wa_batch-code  = 'A'.              "selected within period
          APPEND wa_batch TO it_batch.
        ENDIF.
      ENDLOOP.
      ENDIF.

    Hi,
                            The first select statement is for Change document header.CDHDR table contains this object class in your case if you change any batch number for any material number  from the transaction for example (MB01) you can trace this .
    From CDPOS you can trace which tables affected (EX : MCHA) and the new value(l_zustd ).
    Regds,
    Vinsa.R

  • "Adobe Premier Pro could not find any capable video play modules. Please update your video display drivers." What does this mean? Need help urgently!

    Premier Pro CC will not open, even though all my computer software is updated. It comes up with the message every time I try and open it. "Adobe Premier Pro could not find any capable video play modules. Please update your video display drivers and start again." What does this mean? I have been searching the internet for an answer for hours. Urgent help needed.

    Error "Premiere Pro could not find any capable video play modules" | Startup 

  • Two part question: what does do? what does how to get red from getRGB()

    Hi,
    I came across some interesting code today, which was
    System.out.println((255 & 0xFF) << 24);
    outputting -16777216.
    Firstly, what does << do?
    Secondly, if -16777216 was the output of getRGB() in say, BufferedImage class, how should I go about getting just the red part of it?

    The oiperator << shifts bits left. This means if you have a Binary sequence like
    b == 01001
    and perform b << 1 then
    b == 10010
    read Here:
    http://java.sun.com/docs/books/tutorial/java/nutsandbolts/op3.html
    for your second question,
    Construct a Color from your int.
    BuferredImage img;
    int x, int y;
    int i = img.getRGB(x,y);
    Color c = new Color(i); //this makes your integer an instance of Color
    int redPart = c.getRed();API References:
    BufferedImage:
    http://java.sun.com/j2se/1.5.0/docs/api/
    then select java.awt.image
    then select class BufferedImage
    Color:
    http://java.sun.com/j2se/1.5.0/docs/api/
    then select java.awt
    then select class Color.
    Enjoy reading the APIs!
    why the heck don?t the code tags work?
    Edited by: AikmanAgain on Feb 8, 2008 12:35 AM

  • Erased free disk space what does it do thats diff from normal trash?

    Hi guys
    what does erase fre disc do that is diff from normal trash deletion?
    thanks so much.
    CarolineUK
    Black MacBook LION, MBP Snow Leopard, iBook G4 Tiger, Quicksilver PPC Tiger

    For one it has nothing to do with Trash. It does as it says: erases all the free space on the hard drive. It's a security precaution, nothing more.

  • What does "Out of memory" mean from Keynote?

    I have had my macbook for about 5 months, and I am still learning to use the Iwork programs. Today, i tried to open a powerpoint file and I repeatedly receved a "out of memory" notification from Keynotes. What does that mean? And is there a way for me to open this document?
    Thanks for any help, in advance!

    You should not keep a String array of all the lines of the file read.
    Instead for each line read, parse it, then write the parsed line in the other file:      public void loadFixedWidthFile() {
             BufferedReader in = null;
             BufferedWriter out = null;
             try {
                //File must be in same director and be the name of the string below
                in = new BufferedReader(new FileReader("files/FLAT.txt"));
                out = new BufferedWriter(new FileWriter("files/outfilename.txt"));
                String str;
                while ((str = in.readLine()) != null) {
                   //System.out.println(str.length());
                   str = parseThatLine(str);
                   //write out the parsed str to another file
                   out.write(str);
             catch (IOException e) {
                e.printStackTrace(); // At least print the exception - never swallow an exception
             finally { // Use a finally block to be sure of closing the files even when exception occurs
                try { in.close(); }
                catch (Exception e) {}
                try { out.close(); }
                catch (Exception e) {}
          }//end loadFixedWidthFile()Regards

Maybe you are looking for

  • Rejection text

    Hi all, i have done the Travel Expenses workflow, in that one step is there "Reject the Travel request" i have SOFM and compose method so approver can write the own text ...and mail will go to Workflow Initator my requirement is    in "Title line of

  • How to perf tune Oracle SQL/XML query?

    Hi all, I am using Oracle 9i and like to run the following Oracle SQL/XML query. It takes about 3+ hour and still not finish. If I get rid all the XML stuffs it only take minutes to run. Does anybody know how to what's the reason of this slow and how

  • Error when reading master data attribute in transformation

    Hi All, I have 0employee in source DSO and it is mapped to Cube transformation correctly.. There are other objects in cube which are the attribute of 0employee master... I map 0employee to these objects and in transformation i select read from master

  • No authorization for printer

    Hi, I have give authorization to user at Default menu in SU01, but when that user is trying to take print out. error shows that: No Authorization for Printer. How can i resolve it. Mukul Moderator message: not directly related to ABAP development, pl

  • Problems Downloading Quicktime For Windows

    I have made numerous attempts over the past few weeks to download QuickTime for Windows XP. Each attempt results in the following: I end up at a page that says "Your download will start automatically" and "Thankyou for downloading QuickTime." Of cour