Skip navigation
Currently Being Moderated

How to exclude iPad1 from downloading my app ?

Aug 2, 2012 6:17 AM

Is it possible to exclude iPad1 from downloading my app for iOS ?

 
Replies
  • Currently Being Moderated
    Aug 2, 2012 7:21 AM   in reply to Applauz78

    You can exculde devices based on os version at least by using minimumosversion key in the entitlements.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 10:48 PM   in reply to Applauz78

    You can either exclude all iPads, by using:

     

    <key>UIDeviceFamily</key>

    <array>

         <string>1</string>

    <array>

     

    inside InfoAdditions tag in your application.xml,

    or

    you can include all iPads by including 

    <string>2</string>

     

    Currently, there is no way to include/exclude a particular version of iPad/iPhone.

    You may log a feature request for the same at wishforms

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points