I've noticed one problem with Coree Motion. When I'm using the

   [_mMotionManager startDeviceMotionUpdatesUsingReferenceFrame: CMAttitudeReferenceFrameXTrueNorthZVertical
                       toQueue: [[[NSOperationQueue alloc] init] autorelease]
                   withHandler:
         ^(CMDeviceMotion* motion, NSError* error) {
//my code here
    }];

to get device motion it gives me wrong device heading. I mean if I start processing motion updates holding device towards the north the heading is OK. But if I start not towards the north the bias is very big.

Is there any way to get correct values of heading?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.