Cannot duplicate in simulator - only on iPhone device
I have an app that is using MPMoviePlayerViewController to show a movie. Works just fine. But if you interrupt the movie by pressing the home button and subsequently try to restart it from the menu icon - all you get is a blank screen. This only happens when the app has the plist...
Can you develop for the latest iOS4, using XCode 3.2? Do I need to get the latst SDK? I know there is a new XCode coming out but it isnt released yet right?
...
As per the guideline, Apple has blocked third party ad engines like admob to be used in applications of iOS4. But i still can see the admob running on OS 4 without any problem.
Has apple not blocked the service yet? can i use admob on my OS 4 application for revenue?
...
Convert ipad application to iphone. Universal app.
means i have already one ipad application. now i want make universal app of that ipad application.
how to convert?
...
I'm writing an application that uses a UIPickerView and is storing each change to the pickers in core data (the name of the app is Wizard Blood in the iTunes store). I've had some success so far in that my -didSelectRow method successfully adds new objects to core data via the following code:
// Get context, entity, managedobject from t...
I am trying to use CTCallCenter in a background application to receive CTCallCenter events. Is this possible?
...
Hi,
Its quite annoying sometimes when you have no authentic sources to confirm if particular tasks can be done using iPhone Available (Public) APIs. Whats the preferred way of finding it out?.
Shall we go through iPhone documented APIs,
Ask senior developers ( which i dont prefer, you should not depend on others too much and theres ...
Dear All, I am trying to build a navigation based iPhone application where I want to use Core Data modal at 3rd level view of navigation. The 1st and 2nd level view of this application are just simple tableViews. I have looked at the Apple CoreDataBooks application but there it used the methods for Core Data in the AppDelegate and RootVi...
Hi all
In my mac pro i have installed Xcode 4.1, This is the first time i installed xcode in my system. The installation was successful but in my old project the files have not changed to xcode version. They all look like text files.
Can any one help me.
...
can any one help me with this how to measure inactive time of iphone app user and perform automatic logout.
already i have done the login and app level logout part......
...
I just implemented the Objective Flicker library for an iPhone app and after much testing set the target to Distribution and started getting the following error:
-fobjc-gc not supported for iPhone OS: ignoring
unfortunately it is not being ignored and the build fails. I have no clue as to where to begin to research what needs to be ad...
Hi
I am creating an iPhone app for checking your school timetable. At the moment you have to manually enter your timetable, which is very very time consuming, and I don't think that anyone would even bother with it.
However, my school has a V.L.E. on it's website and we can access our timetables online by entering our username and pas...
Hi ,
I have a collage image ( many images clubbed together ) , and at the center i have an advertisement banner for example visit the following sample image
Now, in my application user can set this image as a wallpaper in iphone screen. now what i want is to keep changing advertisement banner (here is is MC Donald's) inside this im...
I am implementing FBConnect into my iPhone application and it works perfectly on simulator. When I try to run it on device, the FBLoginDialog box shows up for a couple of seconds (with a spinner) then closes immediately. When I trace the fail I found that it was immediately failing with an error:
Error Domain=kCFErrorDomainCFNetwork
Cod...
Hello,
I currently have implemented a third party library into my XCode project. The problem is that there are memory leaks which originate from the library which I found using Instruments.
My question is is it possible to kick off the API function which is leaking in a separate thread using the autorelease pool in order for that thre...
i am getting lots of error.
it works with ios 3.0
when i am using the Ad-mob with ios 4
can anybody give me the proper guidance,link or tutorial for Ad-Mob with ios4.
...
Hi , iam trying import an image from photos library but when i press the import button program crashes and received SGIBART !! but my code works fine on iPhone why ?
here is my code :
.h :
@interface CameraViewController : UIViewController <UIImagePickerControllerDelegate ,UINavigationControllerDelegate> {
UIImagePickerController...
Hi all,
I have a UITableView and its data gets refreshed from a server connection. For the UITableViewcell, I have layout some labels across the row. So it can consider as a grid with UILabels(total no of labels = table rows * table columns).
When the data gets refreshed I have added an animation for the UILabel to highlight the table ...
I have this in my .h controller
@interface helloViewController : UIViewController {
IBOutlet UIlabel *label;
}
-(IBAction)hello:sender(id);
@end
I opened the corresponding .xib file and I could drag and associate the button -hello to the file owner but trying to associate the label doesn't work: it suggests me to associate -vie...
In my project I use AVVideoComposition, it only works on iPhone 3GS and iPhone 4. On iPods and iPhone 3 it returns exception that this library is not supporting by that device, so is anybody know did the new iPod touch supports that or not?
...