Adding real Admob addvertisements on Flutter App - flutter

I have added AdMob's ads into my flutter application.it shows adds with a "test ad" tag on it.No impresions.No revenue yet.what should I do? and it only shows in my testing device but not showing other devices. Please guide me to resolve this issue.
enter image description here
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-4881405240833971~497555****"
/>

You have to create an adMob project corresponding to your app with ad units
If you already did this, then don't forget to create your own ad in adMob and replace in your code the test ad id by the one you created
There is a Flutter Codelab explaining the whole process of integrating ads, you might want to look at it

Related

How to Handle Flutter Web View Click in IOS

I am using webview_flutter plugin for instagram login.Its working fine in Android and return me access token. But in IOS "onPageFinished" is not getting called on "Save Info" or "Not now" click. So i am not able to get access token in case of IOS.I am attaching the code screenshot.Please check it and help me out.
did you try to add this line in Info.plist
<key>io.flutter.embedded_views_preview</key>
<string>YES</string></dict>

Ionic 3 | Set Admob Banner Position inside specified DIV

I'm working on ionic 3 app ( similar to news feeds ) and wanted to show AdMob in it. It is working and it is showing at the bottom of the screen. But I wanted to show it in a Div ( basically I wanted to show it between news feeds ). Is it possible?
If not, is it possible to use Google Adsense inside ionic 3? Where I can place the Adsense tag wherever I wanted inside the HTML.
And is it permissible to use Google Adsense inside ionic 3 ?
Im guessing that you use this AdMob Free NPM Module.
With this module you can specify banner Ads only on top or bottom of your WebView. There is no possible way to specify a DIV as position.
However you could go with the AdSense Method.
I recommend this NG2 Adsense Module. It also has a live Demo here.
With this module you can place Ads in your News Feed just like this for example:
<ng-adsense
[adClient]="'ca-pub-7640562161899788'"
[adSlot]="7259870550"
[display]="'inline-block'"
[width]="320"
[height]="108">
</ng-adsense>

Ionic Facebook Integration

I integrated facebook in my ionic app but keeps getting the error
Given URL is not allowed by the application configuration: One or more of the given URLs is not allowed by the app settings. To use this URL you must add a valid native platform in your App's settings.
I added the platform and saved it. What am I doing wrong over here ?
The error you are getting in the console is because your app isn't configured properly in the Facebook Developers page.
Check your config.xml
<widget id="com.ionicframework.coaching154009" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
We need the widget id. Then go to facebook (developer mode obviously), check your app.
Configuration->Basic->Add platform->Android.
Google play app name-> .
In this case: com.ionicframework.coaching154009
Google play app name: com.ionicframework.coaching154009
Then accept and save changes.
Cross reference #404
Refer these links as well -
#1
#2
#3

Not able to download app code from ionic view app

I am using ionic 2 to build my app. I have uploaded my app to ionic view. My app id is 779eb729
I lost my code locally.
How can i download the code uploaded to ionic view?
I have tried the following
Entering app Id to download it as a zip using the below link.
https://apps.ionic.io/settings/data
Getting error as below.
<Error>
<script/>
<Code>NoSuchKey</Code>
The specified key does not exist.</Message>
<Key>e5ca31a4-6c38-11e7-8adb-0a16d4594913.zip</Key>
<RequestId>214F9C8D72CC27EF</RequestId>
<HostId>
m7KAm/NPBiADxHzhMs8z9lbqHEQni+4wvxRHNlK+tyTH9JHDcsW95hhqth87u2Ds7XrpJZCbwoU=
</HostId>
`'
Using ionic view app.
I dont seee my apps listed in the app when i click on load app.
I can see the list when i log into pc, not in mobile app.
Can u pls help me in downloading the app. My app id is 779eb729

How can I place a "PLAY GAME" Button on our game's community page?

I saw that Zombie Island has changed over to the new timeline format and has a great play game button at the top near the messages button. I've poured through the new info and tutorials and can't find the information on how to get this button for our community page.
According to this Q/A, You must set up your app profile information correctly and completely.
Setting
-> Basics
--> Application domain: Enter here the domain you have uploaded your game to
--> Facebook Integration
---> Website: You need to insert a website, even if it does not exist at all
---> Application on Facebook: Secure Canvas-URL (Enter here the path to your game, starting with https://)