User Tag List

Results 1 to 6 of 6

Thread: App rejected by Apple because of a new requirement?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleXNA Export Module
    Dobermann's Avatar
    Join Date
    Feb 2009
    Location
    France
    Posts
    1,097
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)

    App rejected by Apple because of a new requirement?

    My last update has been rejected by Apple because of the following issue:

    We were unable to install the app on iPad. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on iPad running iOS 16.1.
    That's the first time i get a reject for this kind of reason, so i guess it's a new requirement for iOS 16. Maybe something to include by default in the Fusion build?

    I don't know what to do to fix that issue...

  2. #2
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,610
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Sadly UIRequiredCapabilities is not a simple field to add in info.list, it does depend on what your application is achieving, what hardware is using, accelerometers, camera, WiFi etc.

    https://developer.apple.com/library/...TP40009252-SW3

    Will check for next beta

    =========================

    Meanwhile try to add this in your Info.plist

    <key>UIRequiredDeviceCapabilities</key>
    <array>

    <string>opengles-3</string>
    <string>accelerometer</string>
    <string>gyroscope</string>
    <string>armv7</string>
    <string>arm64</string>
    </array>
    https://developer.apple.com/support/...-capabilities/
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleXNA Export Module
    Dobermann's Avatar
    Join Date
    Feb 2009
    Location
    France
    Posts
    1,097
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Fernando View Post
    Sadly UIRequiredCapabilities is not a simple field to add in info.list, it does depend on what your application is achieving, what hardware is using, accelerometers, camera, WiFi etc.

    https://developer.apple.com/library/...TP40009252-SW3

    Will check for next beta

    =========================

    Meanwhile try to add this in your Info.plist



    https://developer.apple.com/support/...-capabilities/
    Thank you!

    When typing UIRequiredDeviceCapabilities manually, it automaticaly creates it as an array with an item0, then you can select what capabilities to add.
    I'm trying with opengles-3, armv7 and arm64 as i don't use accelerometer or gyroscope and Apple says to don't add this if we only use screen rotation.

    Fingers crossed!

  4. #4
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,610
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Please let us know how it goes
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleXNA Export Module
    Dobermann's Avatar
    Join Date
    Feb 2009
    Location
    France
    Posts
    1,097
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    App has passed the validation process!
    Thank you for your help.

  6. #6
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,610
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    thanks for the info!

    I will add these in next Beta
    Regards,


    Fernando Vivolo

    ... new things are coming ...

Similar Threads

  1. What should I do about the SDK 12 requirement
    By KevinSmith in forum iOS Export Module 2.5
    Replies: 2
    Last Post: 3rd March 2019, 01:12 AM
  2. Replies: 18
    Last Post: 15th August 2018, 01:23 PM
  3. binary rejected by apple
    By maxtimoteo in forum iOS Export Module 2.5
    Replies: 4
    Last Post: 29th November 2016, 12:58 PM
  4. app rejected by Apple because it is "too simple"....
    By mobo in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 15th March 2014, 02:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •