i am supposed to work on Game Development for that i am looking for SFS (SmartFoxServer) which can be used in conjunction with Cocos2d framework, can any one please tell how i have to connect to the SFS.
There is an iPhone API for SmartFox server. The rest is up to you. Here you can download some iOS samples and here are the explanations.
Related
I've been messing around with Monotouch to develop an IPhone App. So far so good. I love it!
I want to be able to use AWS to update the content of my App. Problem is that I can't seem to find any example on how to call AWS from Monotouch. I've looked into Servicestack a bit and looked for using WCF in Monotouch but I'm still confused and don't know where to start.
Could anyone give me some directions on what technologies I should use to do this?
Should I try something other than AWS? Should I use the iOS or the .NET version of the AWS sdk?
Thanx!
Greetings,
I am thinking of getting an application in iPhone to establish connection with a application server to collects its contact details and then sync it with our address book.
Anyone could direct me in the direction i have to take to achieve this target. And the things i have to look up.
You must, first of all, start with a XML-RPC library for iPhone. That is not implemented yet in the iOS core sdk. A good starting point is the open source application developed from wordpress that contain a xml-rpc library. Then you can play with the method from within this application, calling specific opener methods.
This is the link to download wordpress for iOS: http://ios.wordpress.org/development/
Someone is working on a mobile client for OpenERP, but I don't know if there are any plans for iPhone specifically.
If you want to build your own, I suggest you look at the OpenERP developer book's section on web services. You can send XML-RPC requests to the server to do anything the regular client can do. The XML-RPC layer is basically a wrapper around the ORM methods.
I've been digging around for this one. I understand that there two possible ways to develop for the iPhone.
via web kit frameworks, such as jqtouch and iwebkit, and
using the iPhone's api
I notice quite a few people using web kit frameworks, especially jqtouch. What are the benefits of using a webkit framework versus using the iPhone's api directly?
One point that springs into mind, is the fact that using a web kit framework makes it accessible through other smart phones? Not just the iPhone?
Are there any differences in terms of graphic enhancements? i.e. will transitions or animation look different?
I am a web developer by heart. It will be an advantage if I can develop an iPhone app with knowledge that I already know, that being the Ruby on Rails web framework.
I have also read this slideshow, which seems pretty detailed on various web kits.
Your suggestions / feedback is appreciated.
Just came across the following by Oreilly which seems to answer a good detail of differences between a native and web app development for the iPhone.
As we all know face book is providing SDK to add face book in our applications.
In simple applications it's easy to add such SDK as all things are known, but how to add FaceBook SDK in cocos2d applications.
I am new to this thing, so if any one can help me out, how to add FaceBook SDK with cocos2d?
I've done the same in simple applications, but I am not able to work with cocos2d.
Thanks in advance.
http://www.cocos2d-iphone.org/forum/topic/3392 , here is some examples and also code how to connect face book in cocos2d. It will help full to you.
I am fairly new to iPhone development. Right now, I am working on an iPhone game that is being developed in cocos2d. But I want to create an iphone application that uses its GPS system. I searched a lot on net but didn't find much.
I want to know about:
What framework tou use like cocoa touch or cocos2d,etc?
Any linksk that could help me regarding this?
Any other relevant and helpful information?
You want the Core Location framework. Everything you need to know is here.