You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature] Can now initialize the SDK with multiple app secrets for different platforms (Android vs iOS) in the same Start call. No need to split the initialization between Start and Configure anymore. Just use MobileCenter.Start("android={androidAppSecret};ios={iosAppSecret}", typeof(Analytics), typeof(Crashes)); for example.
[Bug fix] Fix a crash happening on iOS devices before iOS 10 when reading MobileCenter.InstallId property.
[Misc] Renamed SetServerUrl to SetLogUrl.
[iOS] Include underlying iOS SDK changes from the following releases: