Start a new topic

Problem doing the getting started for iOS Tutorial

Problem doing the getting started for iOS Tutorial


Hi Miguel,
Sorry if the setup guide still contains incompatibilities with the latest Wikitude SDK 4.1 release. We will fix them asap.
However, the iOS setup guide mentions how to add an ARchitect World to your Xcode project. You can find the most recent iOS documentation on http://www.wikitude.com/developer/documentation/ioshttp://www.wikitude.com/developer/documentation/ios or as part of the SDK download package.

Don't hesitate to ask again if you still have problems loading an ARchitect World.

Best regards

Andreas

Hello, i am having problems starting using wikitude for iOS. I downloaded the SDK and ask for a free license and i am having issues trying to deploy a POI application.

 

I followed this tutorial: http://www.wikitude.com/developer/documentation/ios

But i had to make some changes because some warnings and errors appear, apparently for deprecations. I finally got the following code: 

------------------------------------------------------------------------------------------------------

 

#import "ViewController.h"

 

@interface ViewController ()

 

@end

 

@implementation ViewController

 

- (void)viewDidLoad {

    ;

    // Do any additional setup after loading the view, typically from a nib.

    

    if ( ) // 1

    {

        self.architectView = ;

        self.architectView.delegate = self;

        ; // 2

        ; // 3

        NSURL *architectWorldURL = ;

        ;

    }

    else

    {

        NSLog(@"device is not supported");

    }

    

    

    

}

 

-(void) viewWillAppear:(BOOL)animated{

    if (!){

        ;

    }

}

 

-(void)viewWillDisappear:(BOOL)animated{

    if (){

        ;

    }

}

- (void)didReceiveMemoryWarning {

    ;

    // Dispose of any resources that can be recreated.

    

}

 

@end

-----------------------------------------------------------------------------------------------------------------------

And  how i didnt know to make an architect world from scratch i used the SDKExample of Limiting Radar (the exact name is "5_BrowsingPois_3_LimitingRange").

 

But it is not rendering properly it only loads in the screen as plain html (like if it didnt load the .js and the .css). It doesnt look like in the SDKExample (where it renders properly accordingly to the .js and .css).

How could i fix this ? I would really appreciate any help you could provide me.

 

A lot of thanks in advance,

 

Kind regards.

 

PS: If you need me to tell you more so you can help me dont hesitate to ask. I am a newbie

 

 

 

 
Login or Signup to post a comment