Where do you set an apps minimum requirements in itunes connect?

Discussion in 'Public Game Developers Forum' started by derpderp, May 20, 2012.

  1. derpderp

    derpderp Well-Known Member

    Nov 17, 2011
    87
    0
    0
    Hi all,

    Where do you set an apps minimum requirements in itunes connect? I'v been looking around it but i cant find any settings. I need to set the minimum requirement to a iphone 3gs.

    Thanks!
     
  2. PixelEnvision

    PixelEnvision Well-Known Member

    Jun 8, 2011
    198
    2
    18
    Indie Developer
    Brighton, UK
    Those are pulled from the apps info file. Set those in your binary before uploading it...

    I think setting opengl 2.0 as a requirement will allow you to filter devices earlier than 3gs...
     
  3. derpderp

    derpderp Well-Known Member

    Nov 17, 2011
    87
    0
    0
    Thanks!
     
  4. derpderp

    derpderp Well-Known Member

    Nov 17, 2011
    87
    0
    0
    Im using unty 3d, is the setting in there or in xcode?

    Thanks
     
  5. Moonjump

    Moonjump Well-Known Member

    May 17, 2010
    356
    0
    16
    Game designer
    Lincoln, UK
    If you set your project to arm7 only in Unity, it will exclude pre-3GS devices. Other restrictions such as camera use need to be set in the Info.plist in Xcode.
     

Share This Page