iOS Multiplayer Game Development
Using AppWarp, developers can now add realtime communication in their iOS games to build beautiful, rich and engaging multiplayer games. The great thing is that developers can do this without any server side code or socket level programming as all the communication is managed by AppWarp iOS (Objective-C) SDK and cloud. The framework is also compatible with Cocos2d game engine and you can view our Cocos2d home page for more comprehensive samples.
Samples
iOS chat-room application walkthrough
We will use a chatroom application as a sample to learn the basic features like rooms and chat APIs and how to use the AppWarp iOS SDK.
View the post with source code and walk-through
Cocos2d Ninja Fight demo
We will create a simple 2 player realtime fight game in Cocos2d using AppWarp iOS SDK.
View the source code.
Blogs
- How to add a leaderboard to your Cocos2D game (Dhruv)
April 16, 2013
App42 provides a rich set of leaderboard APIs. In this post, I will describe how to integrate your Cocos2D game with the App42 cloud framework… - Make realtime multiplayer games using cocos2D (Dhruv)
January 20, 2013
Cocos2D is a popular open source framework for building iPhone games. Its quite powerful and can be used to develop a wide range of 2D games… - iOS Connection Resiliency Sample (Rajeev Ranjan)
August 29, 2013
In this blog post we are going to discuss how you can use our Connection resiliency feature which was announced in the previous blog post.It is a new feature… - Configure & Send Push Notification on iOS Device (Rajeev Ranjan)
July 3, 2013
To increase engagement Push Notification is widely used in mobile native apps. Though seems extremely useful feature it is a bit…