Questions tagged [minimumosversion]
13 questions
10
votes
3 answers
How to get the OS version in Win8.1 as GetVersion/GetVersionEx are deprecated?
I have scenarios where i want to specifically know the OS major/minor version and build number etc.
From windows 8.1 onwards GetVersion and GetVersionEx have been deprecated, stating:
[GetVersion/GetVersionEx may be altered or unavailable for…

Abhishek Jain
- 9,614
- 5
- 26
- 40
3
votes
1 answer
Info.plist: MinimumOSVersion value is invalid
I know there have been a few other people asking this question, but my situation is a bit different.
I'm getting this error whenever I build my app. I've tried looking at the .plist file that is generated and there isn't a value for the…

Robbie
- 831
- 2
- 14
- 22
2
votes
0 answers
Invalid Info.plist value. The minimum value is 8.0
I am working on an external(it is not available on Cocoa pods) framework who's deployment target is 7.0 which I have set in Xcode 9.2 (although Xcode 9.2 shows only till iOS 8.0 I could successfully compile when I manually entered 7.0.)
While I try…

Priyal
- 879
- 1
- 9
- 30
2
votes
2 answers
What could cause my MinimumOSVersion to be different than my Deployment Target?
I'm building my iPhone app under SDK 3.1.3. My Base SDK and iPhone OS Deployment Target are both set to OS 3.0, but when I build, the info.plist in my bundle shows a MinimumOSVersion of 3.1.3. What could cause this?
(source: skitch.com)

cduhn
- 17,818
- 4
- 49
- 65
1
vote
0 answers
Different Api version android
I am trying to use ParallaxPagerLibrary which has minimum sdk version 11. I am supporting min sdk version 8.I want to use this library for sdk version > 11 and normal view pager for sdk version < 11. I don't know how do code according to sdk…

Manoj
- 2,799
- 5
- 30
- 49
0
votes
1 answer
Mac App Store: changing minimum system requirements
When I submitted my app to the Mac App Store, it displays something like this to users:
and it won't allow anybody with an earlier version to download the app.
I see there's a LSMinimumSystemVersion key in my app's Info.plist which is set to…

houbysoft
- 32,532
- 24
- 103
- 156
0
votes
0 answers
How to manually set the minimum version of watchOS to 9 and iOS to 16 in Xcode?
I am wanting to use navigation stack for my watch app but when building I keep getting the error "'NavigationStack' is only available in iOS 16.0 or newer"
I understand I can simply wrap my code using if #available(iOS 16.0, *) {} and do the same…

iOS Developer
- 81
- 8
0
votes
2 answers
how to set minimum os required in iphone
I have to check whether my app is compatible with iOS 4.0 or not.
I have tried looking out for certain forums but all I can see is to change the iOS deployment target.
I have done doing so also but still my app is running fine. I have changed my…

Suresh Varma
- 9,750
- 1
- 60
- 91
0
votes
3 answers
What is the minimum SDK version should I choose? (as in July 2019) and why?
My project should support RTL and unity custom map. So I need to decide set minimum sdk correctly. I know 19 covered %96.2 but there is %3.8 below 19.
So What is the minimum SDK version should I choose? This account tells but there is no reason.…

hugerde
- 919
- 1
- 12
- 27
0
votes
1 answer
change iphone app "MinimumOSVersion" without xcode
I have a custom app I have to test run.. But it doesnt work on my verizon iphone because in the info.plist file MinimumOSVersion is 4.3 when the verizon iphone goes up to 4.2.7.
Is there a way to edit this without xCode so I can use the app? I try…

Mike
- 1
0
votes
1 answer
MinimumOSVersion is not acceptable
I have updated xcode to version 6.3 and converted my swift code to version 1.2.
I'm ready to publish an update on AppStore but it give me an error when uploading my archive:
ERROR ITMS-90068: "This bundle is invalid. The value provided for the key…

Vincent Guyard
- 405
- 4
- 11
0
votes
1 answer
Support lower Versions in 10 SDK
I am developing a small application on Blackberry 10 SDK. I want my app to be available on OS Version 6,7 and 10.
Now that i am using SDK 10 how can i support OS version 6 and 7 for the same app.
What do I need to do in that. Are there any image…

Shah
- 4,990
- 10
- 48
- 70
-3
votes
2 answers
What's the oldest OS Java 8 supports?
I'm writing some software in Java 8 and I want to know how to write the minimum requirements for the product page, so its users know if it'll work for them before they try to use it.
For example, I know Java was, at some point, supported on Windows…

Ky -
- 30,724
- 51
- 192
- 308