I need to move the box2d body according to position received form game center server.
After receiving position I just update the body position using: -
Carbody->SetTransform(b2Vec2(serverposition.x,serverposition.y),0);
But its moving the body inapprotiate manner (for example. Body is showing somewere lese in the screen). At same time my sprite image not moving (attached with body).