I have error when try to display Interstitial from fb:
The SDK version in the ad request is no longer supported for new apps. Please upgrade to one of the latest versions of the SDK.
Do you have info if it will be fixed (updated fb sdk) in expo 32 release?
When will be expo 32 release?
UPDATE 2019.01.10:
I found this answer, but it works only with ExpoKit but i dont want detach from expo.
For react native cli not expo you may be forget to add this below line in android/app/build.gradle under dependencies section
implementation 'com.facebook.android:audience-network-sdk:latest.release'
Related
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.
While working with HMS Ads Kit in React Native, project gives package list missing error during build process of the Android folder in the Android Studio. How can resolve the issue?
With the new React Native build and update HMS ads sdk, it is recommended to use the minimum targeted api as 19. Also make sure that you import the HMS package to the"MainApplication.java" file even if you are using "AutoLinking".
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.
I using the playgameservices/play-games-plugin-for-unity then build a iOS app in unity (4.5.5) to Xcode (6.01). It's work but the app stopped in splash screen and contains no error:
https://www.dropbox.com/s/ewa5hf0as7na2ev/log_unityios_xcode.txt?dl=0
Be sure to use latest version of Google Play Games and Google+ SDKs. At this moment:
Games SDK 3.1 -
https://developers.google.com/games/services/downloads/GooglePlayGames-iOS-SDK.v3.1.zip
Google+ SDK 1.7.1 -
https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.7.1.zip
And also the latest Play Games Plugin 0.9.07
I found the problem. I'm using a plugin for sqlite database, he has no problem when I try to update, but it crash my application.
I changed the "Api Compatibility Level " to ".NET 2.0" to ".NET 2.0 Subset" and updated the plugin's settings.
Thank you for all support !
I am working on iOS App using Cordova 2.0.0, and I want to use Google Analytics, So I followed this github link step by step, but Unfortunately GA not updated, The only difference that
in the link Readme file "Make sure you are running Cordova(PhoneGap) 1.5.0"
and I use Cordova 2.0.0
but I see that the repo is updated to 2.0.0 and my App is work right but GA not updated
and here it is the code that I call in OnDeviceReady method, to start the GA and add event
var googleAnalytics = window.plugins.googleAnalyticsPlugin;
googleAnalytics.startTrackerWithAccountID("XX-XXXXXXXX-X");
googleAnalytics.trackEvent("category", "action", "label goes here", 666);
Can any one help or face the same problem?
Kindly the follow the below link,its very helpful and also worked for me.
----> https://github.com/jelled/google-analytics-cordova-ios