Start a new topic

How to setup wikitude phonegap plugin in iOS mobile app project?

How to setup wikitude phonegap plugin in iOS mobile app project?


I'm using wikitude and PhoneGap for my augmented reality mobile app project in xcode5. I dont what mistake I had done during installation. I have already read all the documentation related to this setup. 

 

http://www.wikitude.com/external/doc/documentation/3.0/phonegap/setupguidephonegapios.html

 

Besides that, I have already downloaded wikitude phonegap plugin sample from github but I still dont have any idea to integrate the samples into my project. 

 

https://github.com/Wikitude/wikitude-phonegap-samples

 

I have already inserted this code into config.xml.

 

    <feature name="WikitudePlugin">

            <param name="ios-package" value="WikitudePlugin"/>

        </feature>

 



 

But I am not understanding this part.

 

    JAVASCRIPT INTERFACE

    

    It is straightforward to use the Wikitude Plugin within your PhoneGap application.

    

    We wrapped all cordova.exec calls into a separate JavaScript wrapper which handles location updates and some more functionality behind the scenes.

    

    You will mainly work with the WikitudePlugin where all you have to do is to call Wikitude.isDeviceReady(successCallback, errorCallback) and in your successCallback, you can call WikitudePlugin.loadARchitectWorld(successCallback, errorCallback, "path/to/your/world").

 

What are the other kinds of files I need to add for running wikitude sdk in my mobile app project?

 

Why it happens? Why?

 

 

 

Hi,

Please check this stackoverflow thread which should answer your questions.

Greetings

Nicola

Ooppss, that from my post as well. I'm Dato' Mohammad Nurdin. 

 

http://stackoverflow.com/users/1922589/dato-mohammad-nurdin
Login or Signup to post a comment