Confused between this different services

0 votes

Hi,

 

1. I have confusion between AppWarp Realtime Multiplayer BackendApp42 Backend as a Service. is App42 cloud api is differ from them?

 

2. I m newbie, & i just register on app HQ, while creating app on HQ, there are two options for creating app, can u please explain.

 

3. Can we use both services in single app?

 

4. i checked samples on github all was working, i found two jars which was "App42_ANDROID_SDK" & "AppWarp_Android_SDK_JAR" seperate project folder, is they different? please explain usage of both.

 

5. My app requirements are follows:

1. Realtime Turn Based with user creation

2. leaderboard, achievements, rewards

3. AndEngine Based

 

Your reply is valuable for me, thanks.

asked Oct 3, 2014 in App42 Cloud API-BaaS by shivdataservices (30 points)

2 Answers

0 votes
 
Best answer

Hi,

"AppWarp" is used for playing a realtime mutiplayer game between two remote users.This product take care of communication between two users,session management,room management etc.So if you want develop Realtime Turnbased game you can use this product.

"App42" has a set of APIs which includes (leaderboard, push notifications,storage etc).

As per your requirement you have to use both the products.But please note that both products are not related to each other in terms of user management,Treat both the products differently.

You have to include both dlls (App42_ANDROID_SDK for App42 and  AppWarp_Android_SDK_JAR for AppWarp)

 

answered Oct 3, 2014 by errahulpanchal (169 points)
selected Oct 3, 2014 by shivdataservices
+1 vote
AppWarp is multi-player platform which works as messaging engine for sending message over TCP/UDP protocol between your app users. This has inbuilt logic of match making and chatting between users.
 
App42 platform is backend server which provides ready made backend services like user management/storage /leader board/ push notification etc. 
 
You have to use both the jars in your case as your requirements are real time match making as well as backend needs like user/reward /leaderboard. Both jars can be used together without any conflict.
 
Let me know if it makes sense.
 
Ajay
answered Oct 3, 2014 by ajay123 (899 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...