Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>According to the Apple documentation, it's just a matter of setting the deployment target:</p> <blockquote> <p>You have indicated that your binary requires iOS 4.3 or later. Apps that require iOS 4.3 or later will not be available to Verizon iPhone users. If your app could be compatible with earlier iOS versions, you may want to reject your binary and upload a new one that indicates the earliest compatible iOS.</p> </blockquote> <p>That's the message that's normally appended to App Store emails when you have an app waiting for review.</p> <p>So <em>in theory</em> it should 'just work'.</p> <p>However, what would be interesting to know would be:</p> <ul> <li>Did you produce the promotional code before updating the app?</li> <li>If so, do you get the same results with a promo code generated after updating the app (you never know with the App Store / iTunes Connect...)</li> <li>After 24 hours are you still seeing the same issue? (24 hours being the normal App Store 'refresh period')</li> </ul> <p>Sorry, I could not provide you with more concrete answers. At times it does feel like the App Store is held together with string, so it wouldn't be completely surprising if it was some value being kept around that should have been knocked back when you updated the app.</p> <p>That said, it's a little strange that your app wouldn't work on the Verizon phone when you built it for 3.x. Why is the Verizon device not available for Xcode deployment? Is it because you don't have one to hand (understandable), or is it something else? There's no reason why it shouldn't be able to have ad-hocs thrown on it.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload