Open Mushtaq123 opened 4 years ago
@Mushtaq123 Did you add Xamarin.Android.ManifestMerger package?
@Mushtaq123
Did you try Android manifest Merger nuget?
Without feedback I will be forced to close this issue.
Yes, we have tried Android manifest merger NuGet and still, the issue replicates.
Please share if you have any samples to use Firebase Analytics and Firebase performance monitoring together for Xamarin.Android
@moljac how long is the Xamarin.Android.ManifestMerger package intended to be in preview?
@rgustavsson I don't know. Not a decision merger (maker).
@Mushtaq123 @rgustavsson
No nuget package needed. We have moved this feature into the core of the Android build system.
All you need is to add:
<PropertyGroup>
<AndroidManifestMerger>manifestmerger.jar</AndroidManifestMerger>
</PropertyGroup>
to your project[s] that reference GPS-FB packages.
Please report if this helps @Mushtaq123
We have tried the above-mentioned point and the issue highlighted issue is not occurring. but still, network monitoring is not working. Please help us to use both firebase plugins together.
Dear Team,
Can we get an update on this issue? Also, suggest that the issue may work based on AndroidX or the latest version of the play services.
@Mushtaq123
Providing a minimal up to date repro sample would help a lot. Could you, please? Thanks
Hi, I'm getting the same issue as above. I tried all the solutions given but nothing worked. Can someone please update a solution or any workaround available? Thanks
Xamarin.Android Version (eg: 6.0):
7.1
Operating System & Version (eg: Mac OSX 10.11):
Windows 10
Google Play Services Version (eg: 8.4.0):
60.1142.1 and the latest version (71.1740.0)
Describe your Issue:
For Latest Version:
We have already referred the below link and will not be worked for resolving the issue https://github.com/xamarin/GooglePlayServicesComponents/issues/249
For 60.1142.1
Firebase Performance Monitoring is working partially with Firebase Analytics.
[x] Device Monitoring is working
[ ] Network Monitoring is not working
We have already referred the below link and will not be worked for resolving the issue https://github.com/xamarin/GooglePlayServicesComponents/issues/172
Steps to Reproduce (with link to sample solution if possible):
Include any relevant Exception Stack traces, build logs, ADB logs:
Please help us to resolve the same.