Warp service need App42 user?

0 votes

hello.

i try only cocos2dx + Warp Service demo.

 

but whe i try connectToAppWarp()

onConnectDone AppWarp::ResultCode::bad_request

 

Warp service need App42 user?

 

my cocos2dx version is 3.0 beta2.

 

asked Feb 25, 2014 in AppWarp by brown (10 points)

1 Answer

0 votes
No, App42 User is not required. AppWarp and App42 can work independently as well. Have you tried the samples on our git repo?

https://github.com/shephertz/AppWarpCocos2DX/tree/master/Ninja_Fight_MultiplayerDemo_Cocos2dX_V3.0

and

https://github.com/shephertz/AppWarpCocos2DX/tree/master/Ninja%20Fight%20MultiplayerDemo
answered Feb 25, 2014 by dhruvc (1,099 points)
this demo is for 3.0 Alpha?
in beta2 some error in

appwarp.cpp
_instance->m_bRunning = true;

and bad access Error when i try connectToAppWarp
void Client::connect(std::string user)
{
    if(user.length() == 0 || _socket!=NULL || _state!=ConnectionState::disconnected)
        {
            if(_connectionReqListener != NULL)
                _connectionReqListener->onConnectDone(ResultCode::bad_request);
           
}


i made Multiplayer WARP Cloud App in AppHQ.
and take api key, secret key.

need more work in AppHQ?
Yes, that sample was made for Cocos2d-x alpha. We haven't tested AppWarpX with Cocos2d-x  3.0 beta yet.
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
...