The documentation of Realm for Xamarin says:
Realm will automatically perform migrations that can be done without processing, like adding and removing classes or adding and removing properties from a class. For more complex changes, a proper migration is required. We do not yet have an API for this, but it is planned and will be added soon.
However, even when I just add a new field to a model, the app crash due to a required migration.
My question is: How can I make use of automatically performed migrations?