Hello all , my gdata application build successfully in simulator i followed simulator settings to do that . now i want to build it in iphone will u tell me the settings to do that.
Is this possible to play any video file without using of MPMoviePlayerController in iphone.......?
If possible means plz help me .
Thanks in advance.....
Using Objective C, cocoa touch framework.
I have few image files in my iphone application. Some file names are in english and some are in japanese like "????????Icon .png"
I'm creating views programatically and not using IB.
My code is not able to read files with name in japanese language.
How can I get this work done.
Hello everyone
I hope to load the videos in ipod/iphone library and list in UITableView like app 'videos'.
the codes show below, but it always cause crash
UIImagePickerController *picker=[[UIImagePickerController alloc]init];
picker.sourceType= UIImagePickerControllerSourceTypePhotoLibrary;
picker.mediaTypes = [NSArray arrayWithObject:kUTTypeMovie];
picker.delegate = self;
Welcome any comment
Thanks
interdeb
Does anyone know why im getting runtime error when i click on return button on iphone keyboard. I need to hide keyboard after done editing values to UITextField. So i assigned Did End On Exit to IBAction and the IBAction code below
-(IBAction)FinishEditing:(id)sender
{
[folderName resignFirstResponder];
}
When running ma project i facing a runtime error and the variable values shown below
argv char ** 0xbffff58c
*argv char * 0xbffff6b8
**argv char '/'
Console Value
(lldb)
Any idea to overcome this issue??
Hi there,
I wonder if it is possible to build iphone-wireless' stumbler app with Apple XCode or it is necessary to use alternative arm-apple-darwin environment to build it.
thanks
Hi,
I need to get the error, warning log when the iphone application is running and want to save it as a file in the database. i am using phpmysql as backend. is there any way to get this.?\
Help needed
Thanks,
Shibin
hi,
is there any code on how to implement the sms scheme in iPhone apps. in addition, implementing
this sms scheme will allow my apps interact with the sms apps ma like doing subscription of
advertisement or services ?
any help, i truly appreciated it.
Cheers
Hi,
I am trying to build a reviews and ratings page inside my iPhone application which I want to make it look similar to the AppStore's 'Reviews' page.
Any suggestions how should I go for it?
Thanks!
Hi Everyone
I just wanted to say a big thank you to everyone here as my first ever iPhone app is now in the app store! I couldn't have done it without all the help from everyone here. It's called zigAroute if you want to check it out.
Thanks
Cheryli
I have a lot of data stores in my app on my provisioned device, and I want to do additional testing on my computer which is much faster than using the device. What is the best way to transfer the data store into the iPhone simulator so I can access it on the computer?
How can I add a category of interest to my iPhone app. Basically finding certain types of businesses around the users location.
It is possible, but how?
That little "i" with a circle around it on the iPhone, like on the bottom right hand side of the screen in the Weather application, is there a way we can use that icon in the SDK? Thanks.
are all mac minis possible (if not really suitable, like used 1.4 GHz mac mini) feasible for xcode simulator of iphone devel.? Are all mac minis intel-based?
I am using Open Source toolchain to compile my iPhone apps. So I have no Interface Builder or XCode. How would I setup the layout of widgets like UIButton, UITextView, etc. Also, how would I add an event handler to those UI widgets? Please remember that I don't have Interface Builder or XCode.
How can i find when iphone moving particular direction (i.e X axis) with particular speed using its UIAcceleration values?
Can anyone help me ?
Thanks in advance.........
Hi,I am writing an iphone program which use facebook and twitter api.But I can't find any suitable icon to use as toolbar icon. The twitter icon should be a white "t" and the facebook icon should be a white "f",and they must like the responding official logos.thank in advance!
My client has requested data to be presented in a graphical format on the iPhone (a pie chart or something similar). I am wondering how others have handled this - A.) deliver the raw data to the phone and somehow build the chart on the phone, or B.) have the back-end services build the chart and deliver it (png format) to the phone?
Thanks for any advice.
I thought I heard something about VS2010 supporting iPhone/iPod touch development.
Did I fantasize/dream it?
If so, has anyone heard of any plans to support development for these platforms?
I want to record voice and sync that up with animation on the iphone as a user touches the screen. Are there apis that will help me accomplish this? I've not done anything like this so I"m having a hard time visualizing the type of algorithm that would help me accomplish this.
Hi, another iPhone newbie question...
I have the following:
NSPersistentStoreCoordinator
NSManagedObjectContext
NSManagedObjectModel
Is it possible to run queries directly on the store (since its a sqlite DB)? I'm trying to delete all the records from a tableview, and figured a "DELETE FROM table" would be nice and quick as opposed to looping through the records and removing them manually (which i'm also struggling with).
Thanks for your time,
James
Hello,
I'm developing an iPhone application where SMS native application should open when the user clicks the button.
This is working fine and I am also able to copy the content to clipboard when the user clicks on the button.
But I want to provide a URL in the SMS content which I am copying so that the user click on the URL to open it in the browser.
Can anyone suggest me how to provide clickable URL in SMS content?
Hi,
I am developing an iPhone application which needs to show some font in language other than English like Malayalam or Arabic. Is it possible to do that? Please give me appropriate direction to do this.
Thanks in advance.