[TIMOB-3069] iOS: support MinimumOSVersion to prevent app being purchased for devices that are not supported
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-10-18T12:09:41.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Sprint 2011-42, Release 1.8.0 |
Components | iOS |
Labels | n/a |
Reporter | Paul Dowsett |
Assignee | Reggie Seagraves |
Created | 2011-04-15T03:35:57.000+0000 |
Updated | 2017-03-03T22:48:27.000+0000 |
Description
As per http://developer.appcelerator.com/question/106211/how-to-set-minimumosversion-to-40"> this Q&A post and subsequently discussed with Blain, request a way to help prevent apps from being purchsed in error for devices that are not supported.
Adding the setting to a info.plist
file in the
project root is unsuccessful.
Workaround suggested until this functionality is provided is to
amend the SDK info.plist
template with the desired
MinimumOSVersion
value.
This is a real problem, as people are paying money for my app, but find that it does not work on their device.
User has pushed to app store with 1.8.0-20110916080725 and the app is showing in the app store as "Requires iOS 3.1 or higher"
Closing ticket.