About the blog
This blog I created, with an objective in mind to help out programmer how land up in programming deadlock and don’t find any solution, or a complete solution. Please be free to talk to me for any problem, I will try by level best solve it.
You can chat with me on Skype (ameyabetter)
Suggestions and solutions invited
Hi. I love your dropdown example but confused about Apache licence. Do I have to mention Apache licence to users of the App or just in the source code (Just worried about apple rejecting an app with licence wording there for all to see like they can with gpl apps)? Is there any reason why the code is only made to work on 4+ sdk? Finally, has Apple rejected any apps with this custom control?
Sorry for the 20 questions..
Hi!
I’m a newbie to iPhone dev. What I want to do is, I’ve a restful service and I need to connect to it, and for every server request I have to present a certificate for authentication.
Please, tell me how can I achieve this. So far what I did is to connect to restful service through JSON. Now the next step is to present a certificate with every request. I’ve no idea how ssl works on iPhone and how can I do that.
Please help.
SSL certificates are a problem in iPhone , you can study the Advance URL connection sample code to accept security challenges. http://developer.apple.com/library/ios/#samplecode/AdvancedURLConnections/Introduction/Intro.html