Skip to content
New issue

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

Violation of Interfering with Apps, Third-party Ads, or Device Functionality policy #88

Open
mouadhkaabachi opened this issue Sep 6, 2020 · 0 comments

Comments

@mouadhkaabachi
Copy link

mouadhkaabachi commented Sep 6, 2020

When I added Interstitial ads in my app and published it, google reject It
Issue: Violation of Interfering with Apps, Third-party Ads, or Device Functionality policy
before that I had simple banner and all was good
I think the probleme is that Interstitial ads block the phone's back button
here is the code that I used
nativescript with Vue

created(){
    showInterstitialAds() {
      setTimeout(function() {
        admob
          .preloadInterstitial({
            testing: true,
            androidInterstitialId: "ca-app-pub-3940256099942544/1033173712", // add your own
            keywords: ["keyword","keyword2"], // add keywords for ad targeting
          })
          .then(
            function() {
              admob.showInterstitial();
            }
          );
      }, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant