-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appcenter crashes are not collected and reported in net6.0/7.0-ios project #1703
Comments
Hello @marekdovjak, could you please share what version of AppCenter you are using? |
@AnatolyPristensky Sorry I forgot to mention, it's AppCenter version 5.0.0 |
@marekdovjak, could you please confirm that issue reproducing on an empty project? |
Yes, empty project. Here's source code |
@marekdovjak, unfortunately I'm not able to reproduce mentioned issue on a provided project. Here is my log:
Could you please provide Verbose logs? |
@AnatolyPristensky here's the log. I also tried to create new app in the appcenter and use the new app secret key, but there are still no crashes reported. The Analytics data (active users, sessions...) are updating properly.
|
@marekdovjak We managed to reproduce this issue, so we filed a bug. It will update on progress. |
Hi @marekdovjak , I checked your demo app. This is actually a bug of net 6/7 iOS. See #1687. Please use this workaround. Closing as not an SDK issue. |
@DmitriyKirakosyan thanks, it works now! |
Description
I'm unable to use appcenter crashes in net6.0/7.0-ios project. No crashes are reported
Repro Steps
AppCenter.Start(your-app-key, new[] { typeof(Analytics), typeof(Crashes) });
Details
After calling
AppCenter.Start(your-app-key, new[] { typeof(Analytics), typeof(Crashes) });
there are following errors in the output consoleThe text was updated successfully, but these errors were encountered: