Start a new topic
Solved

iOS app not working, errors in ade.js

Hi,

I successfully deployed app on Android, It is already accepted and available on Google Play.
Unfortunately I don't have such luck on iOS. App is accepted for TestFlight, but doesn't work (it have the same www directory and Cordova plugin: 8.10.0 as in Android).
When I want to test it in iOS Simulator, it says that this device has no camera.
When I test it in browser it gives me error:

[Error] error
TypeError: undefined is not an object (evaluating 'b[e]')
__executeFunctionByName — ade.js:1:348046
callAsync — ade.js:1:347871
init — ade.js:1:222980
(anonymous function) — ade.js:1:4867
c — ade.js:1:4730
(anonymous function) — simplevideo.js:394
forEach
createOverlays — simplevideo.js:304
(anonymous function) — simplevideo.js:69
c — jquery-3.4.1.min.js:2:27748
fireWith — jquery-3.4.1.min.js:2:28489
l — jquery-3.4.1.min.js:2:78801
(anonymous function) — jquery-3.4.1.min.js:2:81119
	(anonymous function) (simplevideo.js:486)
	forEach
	createOverlays (simplevideo.js:304)
	(anonymous function) (simplevideo.js:69)
	c (jquery-3.4.1.min.js:2:27748)
	fireWith (jquery-3.4.1.min.js:2:28489)
	l (jquery-3.4.1.min.js:2:78801)
	(anonymous function) (jquery-3.4.1.min.js:2:81119)

Can you send me unminimized ade.js, or information how to solve this problem?
I send in attachment my world file, that works on Android but not in iOS.

js
(1.74 KB)

Hi,


As only testing on the device is showing the exact behaviour of the app, could you please provide details on what is not working when you run it on a device?


Does the sample app work when you install in on the iOS device?


Thx and greetings

Nicola

Hi Nicola,
I tested sample app and it worked. One by one I managed that problem was with CORS.
I just thought, that if everything works the same in Firefox, Chrome, Safari, Android WebView, so it should work the same on iOS WebView...
Thank you for your time.

Login or Signup to post a comment