Search Unity

Autumn Leaves for iPhone

Discussion in 'Made With Unity' started by Lars-Steenhoff, Dec 11, 2008.

  1. Lars-Steenhoff

    Lars-Steenhoff

    Joined:
    Aug 7, 2007
    Posts:
    3,527
    http://www.okimika.com/iphone

    Autumn Leaves



    Here is a little behind the scenes about how I got it to final stage and to show up in itunes.

    - First and foremost when starting unity it's very important to put in the provisioning profile bundle name in the unity settings.

    - Once that is working and unity is building to the iphone, your ready to create the app.

    - When finished build the app in unity and open in xcode and then put the distribution profile in the code singing section of the xcode project.

    - Also good to know is your not allowed to have a underscore _ in the provisioning profile.

    - It also is best when zipping the app for upload to apple to use the terminal zip command instead of the finder's archiver.

    - Last step is to upload the app to the itunes connect. I had better results using the web upload then with the app up loader from apple.

    -All done and happy to have it running !
     
  2. AngryAnt

    AngryAnt

    Keyboard Operator

    Joined:
    Oct 25, 2005
    Posts:
    3,045
    Looks interesting. Thanks for sharing your experiences.