Performance monitoring is not working on Xamarin.iOS

Oleh Khilinskyi 0 Reputation points
2023-03-10T09:35:29.7533333+00:00

Recently I have tried to connect my mobile app to performance monitoring but I haven't got success with it.

I setup Xamarin.Android without any troubles but with iOS the things are sad( On Firebase.PerformanceMonitoring page still present button 'Add SDK'.

In application output(iOS) I got these errors img

Does anyone have the solution for it?

As a guide I took github

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,292 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,219 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alan Farias 745 Reputation points
    2023-03-10T21:45:28.2833333+00:00

    It seems like there might be an issue with the Firebase Installations library on your iOS app. The error message you provided suggests that there was an issue copying a security item. Here are a few things you could try:

    1. Check if the Firebase Installations library is properly installed in your Xamarin.iOS project. You can do this by looking for the Firebase.iOS.Installations NuGet package in your project.
    2. Check if your Firebase iOS configuration is properly set up in your project. You can do this by following the Firebase iOS configuration instructions on the Firebase console.
    3. Check if there are any issues with the provisioning profile, certificate, or keychain access on your iOS device. You can do this by following the iOS code signing troubleshooting instructions on the Xamarin documentation.

    I hope I was able to help! Don't forget to mark my answer as accepted if it was useful to you. Have a great day!

    0 comments No comments