I added google Ads in my project and
I am getting the error that is given below in the image.
I got code from Github
I just wanted to show ads but didn't.
I upgrade my flutter SDK and do everything in my possession. Looking for Help.
Related
I am working with flutter currently and everything was fine suddenly when I uninstalled the app from the device and rerun flutter run from the terminal it's suddenly not able to install the apk.
maybe when i including firebase in the flutter app then i facing this error.
Want to Know where is wrong my device or flutter code or something......
can show how the error appears in the debug console.
maybe you can try to follow on the documentation page here
I am using flutter 1.22.5 and Facebook plugin flutter_facebook_login: 3.0.0
to provide feature of Sign in with Facebook. Currently facing this error.
App not active: This app is not currently accessible and the app developer is aware of the issue. you will be able to log in when the app is reactivated
For other dependency I am not allowed to update flutter or Facebook plugin version.
Can someone guide me, Thanks in advance.
This answer is recent and may help. The error may not be linked to your code, but I recommend that you try to update your code to a SDK latest Flutter version.
I am making an app which uses the admob-free plugin.
I am using version 0.12.1 because latest version makes the build crash.
When deploying to android, everything works fine, test ads are showing up. Unfortunately, when deploying to ios, nothing happens: at first I had admob.js.map missing (error 404) and I resolved it by generating the map file and placing it to the right folder.
Now, I have no error but nothing is showing up: interstitual nor banner. Even the little space for the banner is not shown.
How can I make this plugin work? Thanks
I have followed the new Google Firebase guide for Facebook sign-in on Android but I am consistently getting the following error on a particular device.
FirebaseAuth:signInWithCredential failed
com.google.firebase.FirebaseApiNotAvailableException: API: InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device.
On other devices it seems to work fine. The device is Moto X Play running Android 6.0.1. It also has Google Play Services 9.0.83. I tried a complete uninstall and reinstall with no luck.
This was a bug affecting the 9.0.0 and 9.0.1 versions of the SDK. It has been fixed as of SDK version 9.0.2.
Update the Google repository via the Android SDK manager and then change your gradle dependency to:
compile 'com.google.firebase:firebase-auth:9.0.2'
See incident details here.
As Alfonso says in the comments, there is an issue we are seeing where some users don't have the Firebase Auth API available even though they have Google Play services 9.0.83.
That's a bug - sorry about that - and is being investigated at the moment. If you're seeing it, please raise an issue in the troubleshooting page with any further details of the device where you had the problem.
Title says all about the issue. I get the following error onAdFailLoad for both banner and interstitial ads
data.error: 0
data.reason: Internal error
I have tried to remove and add the Android platform, tried to uninstall and install the plugin, still does not work. But it works fine on the iOS platform.
Not sure if it matters but the differences when I was developing both apps is that on Android I used test unit ads from google during development which worked, but when I switched to live ad units no ads came up, but I didn't use test unit ads on iOS.
Admob Plugin Pro's github - Admob Plugin Link