0.9.1
This version contains bug fixes, improvements and new features.
MobileCenter
- Add method to manually set the country code in UWP apps:
MobileCenter.SetCountryCode(string)
. - Fix a bug where installing the Mobile Center NuGet packages can cause Mobile Center types not to appear in Intellisense.
- Use another sqlite package dependency in UWP.
- Add xamarin runtime version in logs sent to backend.
Analytics
Events have some validation and you will see the following in logs:
-
An error if the event name is null, empty or longer than 256 characters (event is not sent in that case).
-
A warning for invalid event properties (the event is sent but without invalid properties):
- More than 5 properties per event (in that case we send only 5 of them and log warnings).
- Property key null, empty or longer than 64 characters.
- Property value null or longer than 64 characters.
Crashes
- Improve reporting and rendering of some Java
ClassNotFoundException
caught from .NET side.
Distribute
- New distribute callback to provide an ability of in-app update customization (on Android only for now).
- New default update dialog with release notes view.
Android
Include changes from https://github.com/Microsoft/mobile-center-sdk-android/releases/0.7.0
iOS
Include changes from https://github.com/Microsoft/mobile-center-sdk-ios/releases/0.7.0