simulator-difference

UITabBar images visible on simulator, disappear on the device

Hi all, in an iPhone app, I have a UITabBar with three tabs. One has a system image, two more have custom images. These are PNGs, 30x30, palette-based, mostly transparent. These images show up fine in the simulator, but on the device, all I see is a grey gradiented square on a tab. The shapes on these images are grey to begin with, but ...

writeToFile working on simulator, but not on device

I have a plist which I am changing: NSString *finalPath = [path stringByAppendingPathComponent:@"KeyFrameFileByMovie.plist"]; NSMutableDictionary *keyFrameFileByMovie = [[NSMutableDictionary alloc] initWithContentsOfFile:finalPath]; [keyFrameFileByMovie setValue:keyFrameName forKey:movieName]; BOOL isOk = [keyFrameFileByMovie writeToFil...

Installing a configuration profile on iPhone - programmatically

Hi all, I would like to ship a configuration profile with my iPhone application, and install it if needed. Mind you, we're talking about a configuration profile, not a provisioning profile. First off, such a task is possible. If you place a config profile on a Web page and click on it from Safari, it will get installed. If you e-mail...