GoogleApisForiOSComponents
GoogleApisForiOSComponents copied to clipboard
A community-supported fork of the abandoned Xamarin.iOS.* binding libraries from Microsoft
With the NuGet package `AdamE.Firebase.iOS.Analytics v10.24.0.2` installed, the current line is logged on startup: ``` 10.24.0 - [FirebaseAnalytics][I-ACS044003] GoogleAppMeasurementIdentitySupport dependency is not currently linked. IDFA will not be accessible. ```...
I have noticed a few issues related to this package so I am creating this one to help anyone who may encounter it. ## On Windows: After solving the long...
Fix upload dSYM when using multiple GoogleService-Info.plist files based on build configuration by using the final app bundle to locate the GoogleService-Info.plist file when uploading symbols to Firebase.
Can not use this **Firebase.RemoteConfig.RemoteConfig.SharedInstance.ConfigSettings = new Firebase.RemoteConfig.RemoteConfigSettings();** for ios device. ``` ObjCRuntime.RuntimeException: Could not find the type 'ObjCRuntime.__Registrar__' in the assembly 'Firebase.RemoteConfig'. at ObjCRuntime.RegistrarHelper.GetMapEntry(String assemblyName) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 105 at...
Hi Adam, I'm trying to substitute Xamarin.MLKit.iOS.BarcodeScanning.JimmyPun610 with your AdamE.MLKit.iOS.BarcodeScanning.JimmyPun610. Unfortunately, our app build fails with the following error: ``` /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_17.5/17.5.8018/targets/Xamarin.Shared.Sdk.targets(3,3): Error: clang++ exited with code 1: Undefined symbols for...
Would it be possible to release a pre-release version of the performance monitoring package? I wanted to migrate a project from the xamarin to the the adame dependencies, but we...
``` dyld[10175]: Symbol not found: _OBJC_CLASS_$_GULNetworkInfo Referenced from: /Users/immons/Library/Developer/CoreSimulator/Devices/9948F228-BE7E-4732-A5F7-91302C50CE3E/data/Containers/Bundle/Application/1F806E73-1923-4820-BDA8-7029ED7ECAC6/Mobile.Core.app/Frameworks/FirebaseSessions.framework/FirebaseSessions Expected in: /Users/immons/Library/Developer/CoreSimulator/Devices/9948F228-BE7E-4732-A5F7-91302C50CE3E/data/Containers/Bundle/Application/1F806E73-1923-4820-BDA8-7029ED7ECAC6/Mobile.Core.app/Frameworks/GoogleUtilities.framework/GoogleUtilities ``` AdamE.Firebase.iOS.Analytics version: 10.24.0 this one shows in Console output, application crashes immediately on simulator when starting.
Hi, Is there any plan to add support for [Firebase App Check](https://firebase.google.com/docs/app-check?hl=en&authuser=0)? Thanks.
First of all thanks for updating maintaining this library. I've recently updated to version 10.18.0. Unfortunately something is not working properly. It was also not working in version 10.16.0 and...