I have iOS 4.0 on an iPod Touch 2nd Gen.
There's absolutely no multitasking working. Nothing goes to the background, and double-tapping the Home Button results in just nothing. I wanted to test my app against this new feature, but it appears that it doesn't work for iPod Touch devices?
Does that only work on the iPhone? Or is there s...
after i complied my app on IOS4 my app stopped working on ipod touches. it is a first generation ipod touch, with os 3 on it. So i assume application for OS4 are not working on old ipodtouches ? but there was no warring from the app store and it is even listed for download for ipod touch too. any ideas ?
base SDK is iphone device 4 an...
Hi all,
I have a big performance problem on 32GB iPod touch model 3rd generation.
The App is a port of an DS 3D game. The rendering is done with OpenGL ES 1.1. It uses OpenAL for Audio and the MPMoviePlayerController for videos.
The performance on a 8GB iPod touch is fine, it runs constantly with more than 30 fps. Then I tested it on ...
I have an iPad app out on the app store which I'm interested in making an iphone version for. The whole screen is used in the iPad app, with basic strings that display information.
How could I bring all that to the iPhone and make it scrollable? For example, to make it fit on the phone I would have the title on top, then a string statin...
Hi,
i've an app that is compiled with iOS4 SDK.
i'd like to test on an ipod touch 1st gen (OS2.2.1)
I've set the deployment target to OS2.0 and Base SDK to 4.0.1
BUT
organizer tells me :
The version of iPhone OS on “iPod” is too old for use with this version of the iPhone SDK. Please restore the device to a version of the OS listed b...
I keep trying but it says my account does not have access I am trying to Make a Sandbox account can anyone help
...
I have a home screen that loads content from the internet. During the application if the phone or iPod loses internet connection a UIAlertView pops up allowing users to restart the application. When they click restart the home page is pushed onto the screen. The home page only supports one orientation: portrait. It looks horrible in ...
I'm storing a list of things in one string stored in a core data database. For example.. the stored string would look like @"apple \n pear \n orange". I'm using a UITextView to display the list and I want it to display like:
apple
pear
orange
..but it just displays:
apple \n pear \n orange
Anyone know how to get it to honor the ne...
I'm storing text in a sqlite file and setting the text of a UITextView to be the value of that text. The only problem is that the UITextView isn't honoring the newline character. Instead, it's printing it out as text. Here's an example:
Stored in fruit.sqlite and passed to theFruit object:
requiredFruit = "apples\n oranges\n pears"
...
I hope everyone knows that there is this web based jailbreak at jailbreakme.com
I was initially skeptic but it worked on my iPod touch.
Can someone explain how it works ? How can a website jailbreak my hardware ? Is it like some virus which affects our computer when we visit certain websites ? How can it execute a program on my iPod to...
I can't run my application after upgrading.
I've downloaded the 4.0.1 yesterday and restored my iPod to 4.0 today...
It doesn't make sense.
Did anyone had this problem with his iPod?
Look at what the organizer tells me:
The version of iPhone OS on “BFipod2” is too old for use with this version of the iPhone SDK. Please restore the dev...
I used some code like below:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"sms://123"]];
what would happen if it runs in ipod touch
how to target iphone user only when publish the app to the store.
...
First, excuse my english, I am french.
1- Hi, I would like to develop an app doing pedestrian rally in a specific city, displaying photos and question to user.
2- I would like to buy 15 Ipod touch under my name, and rent them for corporate activity.
3- I read that ad hoc distribution is good only for testing and/or for only employees ...
How do you download JavaScript onto your iPod touch?
...
Does any one have tips on accessing the ipod's bluetooth functionality though python
forgot to say im using a jail broken ipod touch 3g running 3.1.3
...
Hi all,
I'm testing our app on a few different platforms, and for some reason the Baskerville font doesn't seem to show on an iPhone 3G running OS 3.1.3. Does anyone know why this might be? The systems I've tested which work okay are:
Simulator
iPhone 3GS, iOS 4.0
iPad, iOS 3.2.1
iPod touch 3rd Gen, iOS 4.0.2
Stumped here!
Thanks.....
Aren't these methods called when the app is about to be shut down? If so, then won't the memory be all cleared out anyway?
...
Hi everyone.
I've been struggling with this for a while and have not found a solution.
I'm resizing a UIWebView using animations through beginAnimations: and commitAnimations. All goes well, except for when the resizing tries to make the UIWebView larger.
Let me make this clearer. Suppose the current frame of my UIWebView is (0, 0, 32...
If I have an object of arbitrary height and width that moves around the screen, what's an elegant way of detecting when it touches the edge of the screen?
...
Hi,
I have been coding and testing an app which uses a navigation controller, tab bar and table views together as shown in this tutorial video:
I have also coded a MapView page which shows custom annotations. This seems to work fine in every version of the simulator I have tried it on. This morning I have finally got the app running on...