Hi Wikitude Support Team,
I'm using the javascript SDK for iOS in order to use the Points of Interest for my application.
I'm using XCode for iOS developing, the latest version is 10.2.
The device is iPad 6th generation with 12.3.1 iOS.
Your sample app works in my device but when i try to set my API and call it from the javascript it does not allow me. I also tried to create a new project and call the api with swift for test reason and it worked. My API is https://adripass.indigital.gr/api/points-of-interest.
For some reason the javascript in iOS don't allow me to call my API and i have no idea why.
I tried to call other API and every other API works.
The API works fine in android because i created this project in android with android javascript sdk and it works perfectly.
Thanks in advance
Hi George,
Could you please provide the following details:
Thx and greetings
Nicola
Hi George,
have you tried the corresponding sample in our sample app? I'd be interested to know whether that works on your particular device or not.
- Daniel
George Pistikos
When i try to call a specific API from my IOS wikitude application with javascript in order to get POI data, i get response {"readyState": 0, "responseText":"","status":0,"statusText":"error"}. This API works perfectly in my android device with wikitude and it returns a json object. Every API works in my IOS wikitude application except this specific API. There is a problem between UIWebView of IOS and this API. How can i solve this issue?