As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Marc,
I think you might be getting this issue because the Android version is 8.1. As mentioned on this link, "For Android 7 and later, use SQLitePlatformAndroidN()
instead of SQLitePlatoformAndroid()
when setting the offline platform. Also, be sure to add a reference to Mono.Data.Sqlite
in your project.". Are you making this change in your code?
Please take a look at this link regarding dependencies for Kinvey Xamarin SDK v3.1.0. Also, please check our sample app for Xamarin.
Let me know if this doesn't help.
Thanks,
Pranav
Kinvey
Marc Jens Schuller
The instructions of https://devcenter.kinvey.com/xamarin/guides/getting-started#AndroidClientCreation are not valid.
The installation in Kinvey using Nuget Package Manager end in the following error message:
Kinvey 3.1.0 is not compatible with monoandroid81
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler Das Paket Kinvey 3.1.0 ist nicht mit monoandroid81 (MonoAndroid,Version=v8.1) kompatibel. Paket Kinvey 3.1.0 unterstützt Folgendes: net (.NETFramework,Version=v0.0) 0
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler Das Paket Kinvey-Android 3.1.0 ist nicht mit monoandroid81 (MonoAndroid,Version=v8.1) kompatibel. Paket Kinvey-Android 3.1.0 unterstützt Folgendes: net (.NETFramework,Version=v0.0) 0
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler Das Paket SQLite.Net.Platform.XamarinAndroidN 3.1.1 ist nicht mit monoandroid81 (MonoAndroid,Version=v8.1) kompatibel. Paket SQLite.Net.Platform.XamarinAndroidN 3.1.1 unterstützt Folgendes: net (.NETFramework,Version=v0.0) 0
What do I have to do to complete the setup???