Tagged Questions
0
votes
1answer
39 views
Removing in app purchases from a new version of the application(iOS)
I have an application that is live on iTunes. The app contains lots of in app purchases(non consummable). I wish to delete supoort for some in app purchases from the new version. Can I do it ? Will it ...
0
votes
2answers
133 views
What version of Xcode should i use to run my App on iPhone 3gs device 6.1.2 (10B146)
I want to run my app on a device. I have iPhone 3GS version 6.1.2 (10B146). My current Xcode version is 4.0.2 and I am running Snow Leopard 10.6.6
Here is what Organizer telling me:
The version ...
0
votes
2answers
742 views
Trying to test my app on iPhone iOS 6.1.2 but “No provisioned iOS devices…” error?
I have a big problem. I have an iPhone with iOS 6.1.2 and the latest version of Xcode - 4.6.1. When I try to test my app on that device, Xcode says that "No provisioned iOS devices are available with ...
6
votes
2answers
229 views
UIButton Differences between iOS 5.1 and 6.1
I placed 3 buttons into my view, set up background image and sometimes I need to disable one of them. I find out that they appear different in iOS 5.1 and 6.1. I like the 6.1 version. What should I do ...
0
votes
1answer
80 views
Different versions of IOS app
I have an app which is base in sqlite DBs and I need to create different versions of it. Each version is using different dbs, the name of them and the url to update them, and some other parameters but ...
0
votes
1answer
51 views
App subversion to float
I am getting my app's version like this:
NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]
And then trying to convert it to a float like this:
[version ...
2
votes
1answer
108 views
Is it possible to get the specific iPhone model number? [duplicate]
Possible Duplicate:
Determine device (iPhone, iPod Touch) with iPhone SDK
How to find iPhone/iPod Device model(3G,3GS,4,4S) by code?
I know there is a way to get the model and localized ...
0
votes
1answer
96 views
SVProgressHUD with CocoaPods different version
I'm trying to use the library SVProgressHUD with CocoaPods
$ cat Podfile
platform :ios
...
pod 'SVProgressHUD', '~> 0.8.1'
It's working fine but I saw certain functions not available like ...
1
vote
1answer
434 views
Xcode Gettings Version & Build Number
I want to print both the version and build number into my app on the app's Info and Credits screen. I've entered 1.2 in the "Version Number" on the summary page, and "D03" into the "Build Number" on ...
0
votes
1answer
54 views
Xcode, Simulator: App crashes on launch on older version of Simulator
I'm having some trouble supporting older versions of iOS. I first noticed this when a buddy of mine was using my app and it crashed. He's running iOS 5 and I'm running iOS 6. I'm building with base ...
0
votes
2answers
403 views
Changing iOS app icon in future version
Is it possible to change the app icon in the future release in iOS.I dint find any document in developer library which states this.Does apple allow to change the app icon in the future update.
Are ...
0
votes
1answer
108 views
Can the model a Core Data model is based on be displayed or changed?
I want to see what model each of my models are base on and possibly change it. I haven't been able to find anywhere to do this in Xcode. It seems that once you create a new model version, and select ...
0
votes
1answer
68 views
Which version of UUID has 0 as the first character of 3rd part?
I have an UUID that looks like this: d30d7840-8f7f-012f-e231-1231390f85a2.
Which version/type of UUID is this? I'm looking at the version bits (first character of 3rd part), but can't determine how ...
1
vote
1answer
101 views
Installing Different versions of iPhone simulator
I recently installed a new OS X on my mac, and installed XCode on it. It provided me only with iOs 6.0 simulator ( and maybe only iPhone 5, I don't really know how to change the simulated device ).
I ...
2
votes
2answers
385 views
Dropping iOS 4 support
I have an app that currently works well on iOS4-6. However, I would like to make use of newer libraries that only support 5 and above. What are the ramifications of dropping an OS version? How do the ...
3
votes
1answer
168 views
Determining when there are new versions in core data model
Short question:
I want to run a certain code in my app only if my Core Data model has changed (new entities, new properties, etc). How can I determine if the model has changed or not?
Just some ...
0
votes
4answers
291 views
Knowing iOS version
Is there a way of knowing if I am running in iOS 5 (or less) or 6 (or later)?
I am using Google API for directions in iOS 5 and I would like to use Apple's in iOS 6.
1
vote
1answer
241 views
How to check new version is available on iTunes?
I need to check my iOS app version on iTunes. If a newer version is available, I want to show UIAlert. I don't want to store version number on my server, because a newer version can be available at ...
0
votes
2answers
1k views
iOS release version list
I am searching for a full list of all iOS released version. Does apple have a official list like that in Android? http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
1
vote
0answers
115 views
AppStore downloaded wrong version of iOS App
I develop a single iOS app and noticed something last night that I'd never seen before. I had an adhoc development version of the app on my phone and wanted to show someone the version posted on the ...
2
votes
1answer
285 views
Monotouch Automated Incremental Build Number with version number
Regarding Monotouch IOS development with C#:
I'm trying to implement an auto incrementing build version number into my Monotouch IOS project. Something like [Major].[Minor].[Build] would be fine ...
0
votes
1answer
121 views
How to retrieve the users iOS Version using Titanium
Is there a way to retrieve what iOS Version an user is using while using my app? I am using titanium and was wondering if there was any way to tell that.
Thanks
0
votes
3answers
662 views
How to show ios app version number WITHOUT objective-c code [duplicate]
This is not a duplicate. The referenced duplicate question specifically asks
"Is there a way in objective-C to find out what the version is of my app?"
whereas the current question asks how it ...
5
votes
2answers
275 views
iOS app behaviour after installing new version from app store
I have an iOS app installed in iPhone from app store, now if I have an updated version 1.1 for the same app at app store and I'm getting some sort of informative alert from the older version 1.0 (New ...
4
votes
1answer
111 views
Wrong Version Number submitted to apple
I've been trying to submit an app update with version 1.7.1 to the appstore.
When I do so I get this error on validation
This bundle is invalid. The key CFBundleShortVersionString in the ...
2
votes
2answers
1k views
Detecting iOS Version Number from User Agent using Regular Expressions
If I have an iOS user-agent like
Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7
or
...
0
votes
1answer
238 views
iPhone/iPad/iPod model version
For some reason, I need to know the model version of the device running my app.
I don't need to know the version of iOS running on the device, but the version of the device, for example : "iPhone 3G", ...
1
vote
1answer
42 views
Query regarding app distribution system
I have an question regarding app distribution system via app store.
I have an app on app store which interacts with a different client-servers at various locations. It functions like version 1.0 of ...
3
votes
2answers
2k views
Minimum version for Storyboards in xcode iphone
I am working on Storyboards.I need to know the minimum version of ios that i can set befor making the Build and submit on App store.Can i use ios 4.0 as a target.Will it run on version below ios 5...?
...
0
votes
1answer
47 views
After changing project name, cannot find version setting
Using XCode 4 for iOS. I changed the project name of my program to something more user friendly and readable. I can no longer find the version setting.
Is there another setting I need to change to ...
0
votes
1answer
148 views
NSFileVersion's unresolvedConflictVersionsOfItemAtURL: behaviour
Does anybody know the case when [NSFileVersion unresolvedConflictVersionsOfItemAtURL:] returns more then 1 versions?
-1
votes
1answer
44 views
how to obtain basic application informations on Appstore [closed]
Anybody can help me?
I want to obtain some basic information of application on Appstore as version, key, owner...
thanks.
1
vote
0answers
2k views
Ipad Safari version? Running iOS 4.3.3 [closed]
I have an ipad 4.2.x and 4.3.3. I want to know the version of safari on both of these.
Is the ipad safari version related to the iOS version on ipad.
Also if possible, how can I find the usage of ...
8
votes
3answers
1k views
Minimum iOS Version 5.0 & The App Store
We're talking about making the minimum iOS version of our consumer facing app 5.0+. We have a few questions, and I was unable to find a great resource for the answers:
For existing users with 4.xx, ...
0
votes
1answer
215 views
iOS: Pro/Lite versions with pre-compilation in Xcode
I have a project whose a pro application target. I want to make a Lite version but not to make another project and copy-paste the files from the full project. Is there any pre-compilation way in Xcode ...
2
votes
3answers
3k views
how to remove version of iPhone application from apple app store?
I have uploaded new version of my application before few days and it have got approved by apple yesterday.
I have found that this version is buggy and it is having one major issue.
I had version 1.0 ...
1
vote
1answer
111 views
iPhone development on beta version?
I've downloaded latest version of Xcode and iOS SDK:
iOS 5.1 beta 3 and Xcode 4.3 Developer Preview with iOS 5.1 SDK beta 3.
When I check the Xcode about version following information is displayed:
...
0
votes
1answer
186 views
Can an application that uses a storyboard be deployed in an iPhone not running on iOS 5
The storyboard is a very powerful and easier way to build iOS apps. But I just want to know if apps made using them will work on iOS earlier than 5.0. For example, will it work on iPhone original or ...
2
votes
1answer
92 views
How to bypass the library that is not supported on certain iOS versions?
I have a project that require AlAssetsLibrary as well as UIImagePickerViewController. I have created one use ALAssetsLibrary for IOS 4+ but want to use UImagePickerViewController for earlier IOS.
...
2
votes
2answers
1k views
iOS automatic reference counting (ARC) backward compatibility?
What is the lowest iOS version I can build for while using (ARC)?
I'm planning to ship for a wide range of devices (like some older iPods, too), so it is important.
1
vote
3answers
374 views
How to get second version of the same app from XCode?
I have one iPhone with the name of "Sample" in my device. I did some changes on the app for the version two. I want to install the "Sample1.1."(Second Version) app in my device without deletion or ...
1
vote
3answers
3k views
xcode 4.2.1 which ios sdk?
I have been trying to find online release notes for xcode 4.2.1 but have failed. I want to know which ios sdk is shipped with xcode 4.2.1. At the moment I am developing on osx 10.6.8 (i.e. snow ...
2
votes
1answer
517 views
How to test if UIKeyboardTypeDecimalPad is available?
According to the UITextInputTraits Protocol Reference, the UIKeyboardTypeDecimalPad is "Available in iOS 4.1 and later."
I am currently using the System Versioning Preprocessor Macros found in Check ...
0
votes
1answer
425 views
Problems with Xcode Source Control for Preexisting Project
So I have a project I created a year or so ago and I've been manually saving the files to an external hard drive every new version. With Xcode 4.2, source control is now totally integrated into Xcode. ...
6
votes
3answers
2k views
What iOS version is required to use @autoreleasepool?
When I run code using @autorelease keyword on iOS 4.3.x it throws this error.
dyld: lazy symbol binding failed: Symbol not found: _objc_autoreleasePoolPush
Referenced from: ...
2
votes
1answer
91 views
Does Apple state which SDK version is mandatory to use for iOS apps?
Does anyone knows if there is a document from Apple that states what iOS SDK version you have to use for building your app to upload it to iTunes Connect?
I often read in blogs "only the latest", but ...
7
votes
6answers
9k views
Detect iOS version less than 5 with JavaScript
This is related to the "fix" for position:fixed in older versions of iOS. However, if iOS5 or greater is installed, the fix breaks the page.
I know how to detect iOS 5: navigator.userAgent.match(/OS ...
-2
votes
1answer
200 views
App working perfect in iOS 4.2 and getting crash in iOS5 [closed]
I have a problem in running app on iOS 5, below are the detail story.
I am fetching values from the database as per app requirement.
Its working perfectly in iOS 4.2 and below version. Same code and ...
0
votes
1answer
346 views
update requires a IOS later than before
I have a app in store that requires iOS 3.0 or later. I want to add some features that need iOS 3.2 or later. What happen with users that already have the app installed? Will they be able to update? I ...
-1
votes
1answer
442 views
Minimum required version of iOS [closed]
a few days ago a new iOS 5 was released so my question is, will Apple increase or increased already the minimum required version of iOS for apps in App Store? I can't find such information anywhere.



