|
Hi,
I am, as an enrolled developer into iPhone developer program, received a message from apple, requesting to make all applications to be compatible with iPhone os 3.0. It was said that they won't process applications that are incompatible with iPhone...
Started by Ilya on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd probably], which will be an NSString of....
EDIT: I agree with François P.
It shows how to differentiate between the OS's.
Without going into details about OS 3.0 because of the NDA;
You should check this SO question and answer .
|
|
I have iphone with os ver. 2.0 i read that for app store all appplication must be run 3.0 os.so how could i make my application to run in both firmware.is there a way i can detect if os ver.>3.0 then run different statments alse run statments for lower...
Started by Rahul Vyas on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I see plenty of apps in the App Store that say they work with iPhone OS 2.x example of an app that supports both 3.0 and 2.x firmware
If you build it against the 2.0 (or 2.1 or later and they run fine on my....
Support for that SDK.
|
|
Hi All,
I have iPhone Developer Program.
And My iPod touch has iPhone OS 2.2.1.
I wanna update my touch to 3.0.
But I cannot find the link for getting iPhone OS 3.0
Please let me know how to get iPhone OS 3.0 and 3.1
Thanks.
Started by cnook on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In addition to what yogsototh said, you can also launch .
The possibility to upgrade your OS.
|
Ask your Facebook Friends
|
I’m writing a new iPhone app which doesn’t depend on any of the 3.0 APIs. 2.2.1 should work fine and has a substantially larger user base currently and in the near future as last I checked Apple was expecting iPod Touch owners to cough up $10 to upgrade...
Started by Kevin L. on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You must test it against both 2.2.1 and 3.0 then I can't see any problems - but I wouldn't assume they run in 3.0? You are just not taking advantage....
You should be all set.
They won't reject a 2.2.1 app unless it fails during 3.0 testing.
|
|
My app was built with SDK 2.2.1 version even before 3.0 beta appear.
User going to install my app to the last iPhone 3Gs with 3.0 FW version. Will my app behave differently with last iPhone? Will items described here (3.0 OS Release Notes) influence to...
Started by MikZ on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The libraries are linked dynamically, so when you run an app built against 2.2.1 on a device running 3.0, it will have the....
For example, between iPhone OS 2.2.1.
And 3.0, then yes, you will see different behavior in your app.
|
|
If not, are there any plans to add Garbage Collection to the iPhone?
Related question: This question from January (pre OS 3.0) says the iPhone had no GC at the time.
Thanks!
Started by Tim Stewart on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
iPhone OS 3.0 does not have any garbage collection features and Apple has not indicated they will include this feature in future OS releases (they tend to be secretive about future features).
|
|
Hi Guys, I've created an Ad-Hoc of my iphone app, but i couldnt install it on my iPhone (upgraded to iPhone OS 3.0). And also i created new provisioning file and plist file but it still shows error:
The application was not installed on th iPhone "Unknown...
Started by Jayaraj on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Fire up the Console app (should be in Applications, or use Spotlight .
Will be reported to the OS X console.
|
|
Hi all,
I am using iPhone OS 3.0 SDK. My requirement is that I want to get the image from the photo albums library and display it on an image view. I am using the "UIImagePickerController" for that.
But the problem is the "- (void)imagePickerController...
Started by Biranchi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
However I can suggest that you look at the relevant header files ( mdfind didFinishPickingImage | grep 3.0 will find what you need quickly.
Speaking of 3.0 here would break your and my NDA with Apple.
|
|
Hi Guys, Sorry for the long post....
I'm trying to understand if the behavior I'm getting on my app is "normal". I have an app developed against the 2.0 sdk version (i.e. to make sure max #of devices can run it, as I don't use any "special" 3.0 features...
Started by Tzur on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not have any issues from 2.0 to 3.0.
Around rotation specifically, if you are using shouldAutoRotate.
|
|
In OS 3.1, Apple provides a way to overlay custom controls on the camera view (UIImagePickerController).
However, the properties and methods to do so weren't available in OS 3.0, and as far as I can tell, all you can do is hack the view hierarchy in 3...
Started by Andrew Johnson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Since iPhone software updates are free, I would imagine the only way to customize the view in 3.0?
Yes....
Consider this - you're using the camera, so you're on the iPhone and not the iPod Touch.
Relying on such undocumented behavior.
|