Code signing error in submitting application on app store
i have tried all possbile ways including
making entailments.plist
choosing Distribution profile
but unable to submit application
can any one tell me why?
i have submit tones of application with this process before but this time i m facing trouble
dont know why:-(
her...
Hi,
The Three20 package has the following to access the net:
[TTTableTextItem itemWithText:@"TITLE" URL:@"http://www.example.com"]
My question concerns whether this is knows whether the internet is available? My understanding is that if the internet is not available it should say so - but the screen just stays blank.
If this is not a...
I found that UIImagePickerController can unload your parent view, especially if you bring up the camera, resulting in viewDidLoad being called again. I understand that this happens due to low memory. But I was storing the UIImage* from imagePickerController:didFinishPickingMediaWithInfo in the view controller. This data is lost after a ...
I am thinking about creating an iPhone App and I wonder if it is possible for an app to access the URLs websites, which are opened in mobile Safari?
...
Hello everyone.
I have discovered ASIHTTPRequest a few days ago and I'm now blocked on a thing.
I would like to authenticate my self on an https address (https://user:[email protected]/0.1/userCom/?apikey=12432 )
I try this code :
NSURL *url = [NSURL URLWithString:@"https://api.domain.com/0.1/userCom/?apikey=12432"];
ASIFormDataReq...
My Core Data model looks like this:
The players relationship of the entity Game is a to many relationship and will hold all the player objects related to that Game entity.
I have a UITableView that looks like this <-- link .
The Table View displays all the games, how would I, when selecting a Game show/push another UITableView to dis...
Hi,
Consider the following code
NSString *param_string @"1:3:6:10:15:22:28:30";
NSArray *params = [param_string componentsSeparatedByString:@":"];
NSNumberFormatter *formatter = [[NSNumberFormatter alloc] init];
[formatter setNumberStyle:NSNumberFormatterNoStyle];
NSMutableArray *convertedArray = [[NSMutableArray alloc] initWithCapac...
Hi,
I'm attempting to setup a scrollview with infinite (horizontal) scrolling.
Scrolling forward is easy - I have implemented scrollViewDidScroll, and when the contentOffset gets near the end I make the scrollview contentsize bigger and add more data into the space (i'll have to deal with the crippling effect this will have later!)
My...
I have some code which runs in a timer, but I would like to have a few of these run simultaneously.
How are threads run in objective c?
Can I put the current code in a method, and just start up threads and called the method in each thread?
...
hi i am a new iphone programmer
i am creating a imagedisplay type application where i have to display images on a view and by presssing a next button a new image should appear on same view (i am using database)...
therefore i need to reload my current view again and again...each time when i click that button....
i tried some suggesio...
Hi,
I want to develop an conference application. It's basically exact the same as Facetime only with some extra features.
But how do I make a video chat from one iPhone to another iPhone LIVE like Facetime?
Any ideas?
Thanks in advance!
...
Hi,
I have a lite and a full version and want them to work with different configuration Files.
Now I need to query, within the application, if the application name has "lite" in it and load the coresponding config-file
I havent found how to do it. Any Idea ?
Or is there generally a better approach for that ?
Thanks in advance
Heiko
...
A HTML5 <button> in Mobile Safari seems to have fixed, unchangeable left and right padding. Here's a demo plus how it looks in Safari 5 and iOS4.
How can I get rid of that padding?
...
Hi, i have an view based application and when i checked if the dealloc method was workin, i saw that doesnt...debug and debug, then using retainCount, i discover that my viewcontroller retaincount gets crazy on the program start...its easy to reproduce....
just start a new view based application template, and in the didFinishLaunchingWi...
Hi all,
I am implementing spelling correction in my UITextView like this
[txtView setAutocorrectionType:UITextAutocorrectionTypeYes];
[txtView setAutocapitalizationType:UITextAutocapitalizationTypeWords];
It is working sometimes but, some times it is not working..
Please suggest me ho wi works.
...
I want to create 10 buttons using an array. How to create it? I am using
array = [[[NSArray alloc] initWithObjects:button1, button2] retain];
But It tells Missing Sentinel in Function Call. Where, I am wrong?
...
After setting the minFreeDiskSpaceLimit property of an AVCaptureMovieFileOutput the delegate should call the captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error: method if the disk space is less then the value specified in minFreeDiskSpaceLimit, but it doesn't.
The delegate calls correctly the method only if I call th...
I m comfortable with XML Parsing....but my response is coming in AML Aras markup language...could any one let me know,,is AML is supported by iPhone...if YES how can i Parse AML response.....appropriate code will be appreaciated
Thank you in advance
...
there is two views
first one have a button
i want to show the tiltle of the button on the second view ?how can i do it?
...
I have a great problem since last 2 days. I'm working with a multiple Touch enabled view. My UIViewController has 8-10 imageview. I want to detect touch on each view separately, but multiple view at a time. Touch is detected on all image view, but problem is here-
Suppose I have Tap on a image view and hold down this image view and now...