The Ionic 2 icon is not visible after being published in the game store?

The Ionic 2 icon does not appear after publication in the game store. Its just a black box screen. Not sure what the problem is.

if( /(android)/i.test(navigator.userAgent) ) { // for android & amazon-fireos
          console.log('in here');
          this.admobid = {
            banner: 'ca-app-pub-3767919174603479/5466077284'
          };
        }

        if(AdMob) AdMob.createBanner({
          adId: this.admobid.banner,
          position: AdMob.AD_POSITION.BOTTOM_CENTER,
          autoShow: true
        });
+1
source share

Source: https://habr.com/ru/post/1542598/


All Articles