I have to create a web service for iPhone. So I would like to know which web response is the best for iPhone(SOAP vs REST vs XML vs JSON vs ... any other).
GData(GMaps) is compatible with iphone or not if yes than how can I use this service with iphone ? i add gdata.framework in my app but it generate err .
Hi there,
Using the latest SDK from Apple, I noticed that while running on the iPhone works fine, the iPad version of my application doesn't "accept clicks" on any view/widget that is outside the "bounds" of the standard iPhone screen.
Any idea?
Thanks,
Reuven
So I made my first iphone application; I want to test for memory leaks and the general feel and design of the user interface, so how do I put it on my iphone?
I have functionality built in python on a central server. I wish to expose this api over the network to an iphone application. What would be the best way to do that?
Is it possible to create web services in python and have the iphone app use those? If so could anyone give me pointers as to how to create web services in python.
If someone has a better idea on how to go about doing this let me know =)
Hi,
I'm looking at jumping on the band-wagon and knock out a couple iPhone and Android apps.
I'm not a complete beginner as I have programmed in quite a few languages, with my current focus on PHP and Drupal development, but I have not developed for either the iPhone or Android before.
I have downloaded the respective SDKs, but I was hoping to find some good quality tutorials that with step-by-step guides getting your development environment up and building your first app.
We're integrating a library into an iPhone app which appears to use the google toolbox for iPhone internally.
The google toolbox adds a method gtm_stringBySanitizingAndEscapingForXML to NSString.
The problem is, whenever we attempt to make a call to this library we get
[NSCFString gtm_stringBySanitizingAndEscapingForXML]: unrecognized selector sent to instance 0x272478
So it appears the library is calling that method on a NSCFString, to which the category does not apply.
So... is it the case that the category will not apply across the toll-free bridge to CoreFoundation classes?
If that's the case then we at least know why it's blowing up. Figuring out how to fix it is a different matter.
Hi,
Kangxi radicals in the range 2F00-2FDF (see link text) are not displayed correctly on the iPhone device. They appear as a crossed-out box. In the simulator they display correctly.
I tried the system font and also the
[UIFont fontWithName:@"STHeitiTC-Medium" size:24];
... Is the unicode codepoint coverage limited on the iphone (in my case OS3.1.3)?
How to make those radicals appear???
Thx
I'm an aspiring iPhone developer and I'm looking for a significant OSiPhone codebase to see how others build apps. I'm especially interested in examples exhibiting some or all of the following:
business/enterprise apps
apps that interact with web services
apps utilising XML
apps using oauth or other authenticate
Personally, I'm less interested in games, but feel free to include any examples for the benefit of others.
I'm asking here because the usual places I've been looking (i.e. sourceforge) don't seem to have the kind of examples I'm looking for.
I am creating an iphone performance app in which I would like to know the Disk Space available on iphone ... I know that a lot of apps do this but I cant seem to find this bit anywhere
Hi
I want to create an iPhone app which makes calls to a web service. For testing, I want to first create the API calls on my mac (server running XAMPP) and if it works fine there I want to port it to the actual server.
If my iPhone and mac are on the same network, can I access the web service using the IP address of my mac?
Thanks.
Hi,
I'm looking for a free solution just to learn how to develop applications for Blackberry and iPhone on Windows that includes a Blackberry and iPhone simulator.
The closest program I came across to this was DragonFireSDK but its not free. Any suggestions?
As an iphone/ipad developer I am always on the lookout for a beautifully designed app; to appreciate the design and hopefully learn a few things from it.
Any one know of any resource (blog / web album ..etc) that has screens of well designed iphone/ipad apps?
thanks in advance.
Hi Friends,
I made an iphone story book application.
Suppose any user read story book and at half of the story book he/she close the apps.
when he/she want to read again this application at a time ask for continue or start again.
This is possible by using session but i don't know how to use session in iphone sdk.
So, please help me about this problem.
Thanks!
Hello,
Is it possible to access voice recognition in an iphone app,similar to voice dialing available in iphone 3gs...when the user says something that related information needs to be fetched... Is there any particular api for the same? I have seen apps on itunes..but how to go about it?
Thanks in advance.
HI
May i know how to make the scroll view as mentioned in this following URL.
http://developer.apple.com/IPhone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/TextandWeb/TextandWeb.html
Thanks in advance!!
Hello people,
I am developing an application where i have to display the tweets in the iPhone So i want to know whether it is possible or not? I have tried searching several posts but am unable to find one for iPhone.
Kindly pass on the link if you get any..
Thanks in advance
I developed a headset device that can connect to iPhone (HFP + A2DP + AVRCP). I want to write an application that will also send and receive data (a few bytes) to/from the headset over Bluetooth.
Actually I want to open a Bluetooth connection between iPhone and my device to transfer data.
Is it possible ?
I am tyring to use Objective C blocks on an iPhone3.3 app but am getting a linkage error:
"_NSConcreteGlobalBlock," referenced from:
Any ideas as to whether blocks are supported in the iPhone3.3 SDK? I found conflicting reports on the internet.
(I am coming from an iPhone experience)
When we create an iPhone app, Apple gives us a http URL that we can put on web pages that when clicked will open iTunes and give the user a chance to buy on their desktop.
As Android has no "iTunes" Windows/Mac application on the desktop, what do I link to on my Web pages/email marketing so that users can go and buy the Android apps we are writing?
Ian
hi any one know iphone uislider with two thumbsindicators, i have tried to manipulate it, any one have idea means please guide me. Am new to iphone development please help me.
thanks in advance
I'm trying to refactor some of my iphone code into a library project that can be linked to by several different applications. I made a new iphone library project and copied over some of my classes there, but the project can't build because it doesn't know about stuff like UIView or CGRect. I added in the UIKit, CoreGraphics, and QuartzCore frameworks, but still no go. What am I missing?
Is there a good tutorial or sample project of how to upload data from iPhone to a self-owned web server? The project is like:
A survey application on iPhone which stores the user input data in a plist
When there is internet connection, the program will enable an "Upload" button
When the Upload button is clicked, the program will upload the data via HTTP form submit (POST)
The server is Linux + MySQL + Apache + PHP
The data should be sent via a https:// connection