Start a new topic

Black screen on right after user approved persimmons for use camera and GPS

Black screen on right after user approved persimmons for use camera and GPS
1 Comment


Right now right after user approved the permissions for a camera and GPS I have black screen with pois. It semms like there is an issue realted to the camera, because pois are moving on device position change so that part works nice, in addtion if I kill the app and then start it everyting is fine (User already approved the permissions) Any thoughts what could be the issue ? Code bellow : 
 

- (void)viewDidLoad {

    ;

    NSError *deviceNotSupportedError = nil;

    if ( ) { // 1

        self.architectView.delegate = self;

        ;

        

        self.architectWorldNavigation = ;

        

        ;

        

        ;

        

    } else {

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

    }

}

 

-(void)viewWillAppear:(BOOL)animated {

    ;

    ;

}

 

- (void)startRunning {

    

    if ( ! ) {

        ;

    }

}
Login or Signup to post a comment