Hi,
When I try to run the app on Android everything works fine. The app has Mobile Advert addon (is active) and Mobile IAP (it's there but does nothing).
When I try to run the project on Xcode using the simulator I get the following error:
[C2 advert] Event (configuration complete Error (undefined) Type (undefined) Amount (undefined))
Then I have completely remove the Mobile advert and the Mobile IAP addon from the project and all the references and exported again. Now I see the following in the simulator console and the simulator only shows a "black screen". I have tested on a iPhone 6 simulator.
2020-04-22 19:56:49.692324+0200 Football App[21748:1831678] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform.
2020-04-22 19:56:49.695038+0200 Football App[21748:1831678] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/user171860/Library/Developer/CoreSimulator/Devices/E5DF3282-0FF4-4B47-BE14-118E3F4522BE/data/Containers/Data/Application/0BA3DEB1-BCEA-4670-B79C-A546623A3673/Library/Cookies/com.app.football.binarycookies
2020-04-22 19:56:50.204790+0200 Football App[21748:1831678] Apache Cordova native platform version 5.1.1 is starting.
2020-04-22 19:56:50.205371+0200 Football App[21748:1831678] Multi-tasking -> Device: YES, App: YES
2020-04-22 19:56:50.373574+0200 Football App[21748:1831678]
Started backup to iCloud! Please be careful.
Your application might be rejected by Apple if you store too much data.
For more information please read "iOS Data Storage Guidelines" at:
developer.apple.com/icloud/documentation/data-storage
To disable web storage backup to iCloud, set the BackupWebStorage preference to "local" in the Cordova config.xml file
2020-04-22 19:56:51.310064+0200 Football App[21748:1831678] CDVWKWebViewEngine will reload WKWebView if required on resume
2020-04-22 19:56:51.310331+0200 Football App[21748:1831678] Using WKWebView
2020-04-22 19:56:51.310859+0200 Football App[21748:1831678] [CDVTimer][console] 0.082970ms
2020-04-22 19:56:51.317886+0200 Football App[21748:1831678] [CDVTimer][handleopenurl] 6.909966ms
2020-04-22 19:56:51.319331+0200 Football App[21748:1831678] [CDVTimer][intentandnavigationfilter] 1.258969ms
2020-04-22 19:56:51.319497+0200 Football App[21748:1831678] [CDVTimer][gesturehandler] 0.054955ms
2020-04-22 19:56:51.319684+0200 Football App[21748:1831678] [CDVTimer][inappbrowser] 0.080943ms
2020-04-22 19:56:51.319800+0200 Football App[21748:1831678] CDVPlugin class CDVUIInAppBrowser (pluginName: uiinappbrowser) does not exist.
2020-04-22 19:56:51.319902+0200 Football App[21748:1831678] [CDVTimer][uiinappbrowser] 0.124097ms
2020-04-22 19:56:51.320095+0200 Football App[21748:1831678] [CDVTimer][wkinappbrowser] 0.090003ms
2020-04-22 19:56:51.336881+0200 Football App[21748:1831678] [CDVTimer][file] 16.673088ms
2020-04-22 19:56:51.341218+0200 Football App[21748:1831678] [CDVTimer][statusbar] 4.134059ms
2020-04-22 19:56:51.341336+0200 Football App[21748:1831678] [CDVTimer][TotalPluginStartup] 30.575037ms
2020-04-22 19:56:51.405170+0200 Football App[21748:1831678] IAB.close() called but it was already closed.
2020-04-22 19:57:21.395024+0200 Football App[21748:1831678] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
2020-04-22 19:57:21.395695+0200 Football App[21748:1831678] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service
2020-04-22 19:57:21.396159+0200 Football App[21748:1831678] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
2020-04-22 19:57:21.396531+0200 Football App[21748:1831678] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service
Please I would appreciate some help as I have been working on this project for a year and I want to release it now.
Many thanks in advance.