pbreuss / wikitude-ionic-2-starter-app

This starter app is deprecated - please use wikitude-ionic-3-starter-app
https://github.com/pbreuss/wikitude-ionic-3-starter-app
21 stars 6 forks source link

Communication between AR View and Ionic App doesn't work #11

Closed dgoecke2 closed 6 years ago

dgoecke2 commented 6 years ago

I've run these steps: ionic cordova start WikitudeIonic2StarterApp ionic cordova platform add ios ionic cordova plugin add https://github.com/Wikitude/wikitude-cordova-plugin.git Added my wikitude trial key to app.component.js npm install ionic cordova build ios

Setup signing and provision settings in Xcode. The app runs on my iPad mini iOS 11.1, however, when I click on snapshot nothing happens. The communication between the AR View and the Ionic app is not happening. I did not change anything in the app other than the commands above. Please let me know if there's something I am doing wrong. Otherwise, the communication is not happening correctly.

pbreuss commented 6 years ago

Hello Danika, I'll test it and get back to you. Best, Philipp

Von meinem iPhone gesendet

Am 10.11.2017 um 19:36 schrieb Danika Goecke notifications@github.com:

I've run these steps: ionic cordova start WikitudeIonic2StarterApp ionic cordova platform add ios ionic cordova plugin add https://github.com/Wikitude/wikitude-cordova-plugin.git Added my wikitude trial key to app.component.js npm install ionic cordova build ios

Setup signing and provision settings in Xcode. The app runs on my iPad mini iOS 11.1, however, when I click on snapshot nothing happens. The communication between the AR View and the Ionic app is not happening. I did not change anything in the app other than the commands above. Please let me know if there's something I am doing wrong. Otherwise, the communication is not happening correctly.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

dgoecke2 commented 6 years ago

I believe I got it fixed now. I have it only working with tab view right now. I will get it integrated in working in my app flow. Thank you.