We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the banner ad rotation supported by the library? I show the banner like this:
HeyzapAds.BannerAd.show(HeyzapAds.BannerAd.POSITION_BOTTOM)
it is shown on the screen, but after 30 seconds I got following output log in the Xcode:
2016-11-04 14:23:57.530708 Quiz for LoL[602:97025] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
so I think it's related to the ad rotation which failed somehow. In my app I'm using following providers:
Here is also my build environment:
Your system information: Cordova CLI: 6.4.0 Gulp version: CLI version 3.9.1 Gulp local: Ionic Framework Version: 2.0.0-rc.1 Ionic CLI Version: 2.1.0 Ionic App Lib Version: 2.1.0-beta.1 ios-deploy version: 1.8.5 ios-sim version: 5.0.6 OS: Mac OS X El Capitan Node Version: v6.4.0 Xcode version: Xcode 8.1 Build version 8B62
The text was updated successfully, but these errors were encountered:
Any update on this one? Have you guys manage to reproduce the issue in your local env, or the issue is on my side?
Sorry, something went wrong.
The same error pops up (after 30 sec) in my app, using AppNexus SDK for iOS, @vintage have you received response from Heyzap?
@igavrysh Unfortunately nothing useful. I've switched already to the https://github.com/ratson/cordova-plugin-admob-free library as I'm more interested in working ads, than fighting with weirds bugs.
No branches or pull requests
Does the banner ad rotation supported by the library? I show the banner like this:
HeyzapAds.BannerAd.show(HeyzapAds.BannerAd.POSITION_BOTTOM)
it is shown on the screen, but after 30 seconds I got following output log in the Xcode:
so I think it's related to the ad rotation which failed somehow. In my app I'm using following providers:
Here is also my build environment:
The text was updated successfully, but these errors were encountered: