Start a new topic

InjectLocation does not work on WIkitude SDK 5.1.0

InjectLocation does not work on WIkitude SDK 5.1.0


Hello,

I have recently tried to update my app with the newest sdk. Everything seems to work fine exepct injectlocation function. After I set the location the GPS is still operating on real data, but it should on the injected location. It heppens only on Wikitude SDK 5.1.0, on SDK 5.0.0 injectionLocation works fine. 

 

My code:

- (void)startRunning {

    self.observers = ;

    NSError *deviceNotSupportedError = nil;

    if ( ) {

        self.architectView.delegate = self;

        self.architectView.desiredLocationAccuracy = kCLLocationAccuracyNearestTenMeters;

        ;

        

        NSURL *architectWorldUrl = ;

        self.architectWorldNavigation = ;

        

        for (id object in self.observers) {

            ;

        }

        

        id observer = ;

        id observer1 = ;

        ;

        ;

        if (self.session.demoModeOn && self.session.demoFakeLatitude && self.session.demoFakeLongitude) {

            ;

            ;

        }

        ;

        

 

    } else {

        DLog(@"device is not supported - reason: %@", );

    }

    if ( ! ) {

        ;

    }

}

Hi Lukasz,
We created a bug report and will investigate in it very soon.

Best regards

Andreas

Hi,

please fix *very* soon. We need that feature, which worked on 5.0.0 (iOS SDK) without problems.

Isn't there any work around for 5.1.1?

Best regards,

Tran Huy Nguyen

Hi,
As far as I know there is no workaround. We already scheduled the task and we will have a look at it *very* soonl

Best regards

Andreas
Login or Signup to post a comment