Start a new topic

Issue with SDK 3.1 on iOS7

Issue with SDK 3.1 on iOS7


Hi guys!

I'm experiencing a strange issue with Wikitude SDK 3.1 when I'm running your code samples on iOS 7. They are showing only the camera view without any POIs around my location, while your Wikitude app works perfectly. Is there any problem on my side? Please advise.

Note: I'm building the code samples for iOS SDK 7

Thanks,

Nick

Hi,

we're working on a new sample application for iOS 7. It will be released in about two weeks. For now you can use Xcode 4.6 to build the application.

 

Best regards

Andreas

Hey Andreas,

Thanks for your advise, it helped my with the samples. But seems I found an issue with Wikitude SDK in my app when I ran it on iOS7 - it is not showing any POIs when I'm running the street view screen as modal view controller. Otherwise, it works fine. I'm using this function to run modal view controller:

(void)presentModalViewController:(UIViewController *)modalViewController animated:(BOOL)animated

 

Thanks,

Nick

Hi,

it seems to me that maybe your world is not loaded when your modal view controller is presented. Can you make sure that your - is called with a valid instance of WTArchitectView.

 

Best regards

Andreas 
Login or Signup to post a comment