Hi
i am a admin in apple developer and my profile my profile is deleted. now when we create new provisioning profile it give error "valid signing identity matching this profile could not be found in your keychain ".
certificate request in keychain is resisted with my profile.
I am also developed new certificate request with new ap...
Hello,
I have a plist, with main NSDictionary, in which its keys are dates.
For every date, I have a NSDictionary in which the keys are (let's say) categories.
Every Category holds Keys and values.
I would like to create 2 variables that each will hold the correct NSDictionary:
NSDictionary *dates = ?
NSDictionary *Categories = ?
Be...
I'm going to make a game for the iPhone, and I'm mostly going to be using images. I've read that using Quartz only is slow for actual games with high frame rates, so I was wondering if you guys had any good ideas for using OpenGL for rendering a game scene?
I'm going to be using a lot of images, and I want to be able to freely rotate th...
Hi All,
I am using stream.publish to publish some info to a users wall. This all works fine.
I am not using FBStreamDialog because i do not want the user to be able to edit the message..... So i have set up my own UI.
It all works fine and the stream is published to the users wall, the only issue is that i do not understand the resul...
How can I create left or right button in UINavigation controller like backButton?
...
Does anyone have any idea of a service provider that provides In App Purchase with subscription model. I checked Urban Airship which has solution built around non-consumable approach and iLime is not available yet. Any pointers in the right direction would be appreciated.
...
Hi
I am new in iphone. I am add an my application MPMediaplayer for play video but when user move iphone from landscape to portrait play video can not play.
How to do this plz help me.
...
I'm hoping there are some Cell Phone Operator gurus here today.
Would anyone be able to explain how Operators achieve the Visual Voicemail feature on the iPhone (and I assume other newer smart phones)?
If a new cell phone operator that distributed SIM cards wanted to utilise the visual voicemail feature on unlocked iPhone's what servic...
I'm quite a n00b at iPhone and iPad development, so any advice would be gratefully received.
I want to create a split-view iPad app, where users can drag an image out of the root view controller and place it in the detail view.
Once that's been done, ideally the user would be able to manipulate the image by moving it about and resizing...
Hi,
I'm just wondering if its at all possible to add a UIButton or and icon to a UINavigationControllers title bar?
I'm asking because I'm seeking a consistent position to display an "about" button.
...
Is it just a tab-bar controller that loads some UITableViews that has navigation items set? Or is it a tab-bar controller that is loading a navigation controller?
...
Looking for examples of some "final touches" to enhance an existing (raw) user interface.
I.e nothing related to the core functionalities of the application, but rather examples of all these little details which give an application a "polished" look (new fonts, change in layout, more descriptive labels...others ?)
The target platform w...
Hi
In my iphone app, I want to provide some sort of app termination handler that will do some final work (delete some sensitive data) before the application terminates.
I want to handle as much of the termination situations as possible:
1) User terminates the app
2) The device runs out of battery
3) The system terminates the app du...
In my iPhone app I am developing, I have defined two windows:
@interface The_NoteAppDelegate : NSObject <UIApplicationDelegate> {
IBOutlet UIWindow *newNoteWindow;
IBOutlet UIWindow *homeWindow;
}
@property (nonatomic, retain) UIWindow *newNoteWindow;
@property (nonatomic, retain) UIWindow *homeWindow;
and they are linked correctl...
i am using the following function to move a ball from one location to another wherever user touches the screen..right now i dont have an i-phone to test my application and i am new to i-phone application programming so i wanted to know does this event will also make the ball slide from one point to another wen user maintains the touch??
...
i hv to xib
first xib contains 4 views, and second xib contains only one view.
v1,v2,v3,v4
i need to navigate from 2nd xib's view to first xib's 2nd view (i.e v2)_..
how can i do that
regards
shishir
...
what this error mean, when i am installing the app on device,i am getting this error.
how can i solve this error.
...
I am analyzing Objective-C iPhone project with LLVM/Clang static analyzer. I keep getting two reported bugs, but I am pretty sure that the code is correct.
1) Convenience method.
+ (UILabel *)simpleLabel
{
UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(100, 10, 200, 25)];
label.adjustsFontSizeToFitWidth = YES;
[label ...
Hello,
I am new in iPhone,Anyone tell me please how i play audio uploaded on server.
in my application some songs are from local and some others are from Server,Locally i play songs successfully but how i play a audio file from server from AVAudioplayer.
Thanks,
Arun
...
Hi,
In my application I m using following coding convention to open my default screen :--
AppDelegate *ptrDefaultScreen = (AppDelegate *)[[UIApplication sharedApplication]delegate];
[self.navigationController presentModalViewController:ptrDefaultScreen.FrmFlashScreenLink animated:YES];
but when I move to other screen after default...