Realm DB and windows phone 10

How to install realm database on windows phone 10 using c#, UWP

Have you tried the instructions in our Getting Started guide?

Yes, I tried but the installation failed

How did it fail? Its difficult for us to help you without seeing the details of your environment, how you installed, and what error you get when you attempt to install

I want to install realm database on windows mobile phone version 10 using UWP by c#
My environment :
Microsoft Visual Studio Professional 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.8.04084

Installed Version: Professional

Windows Phone SDK 8.0 - ENU 00322-50050-03552-AA993
Windows Phone SDK 8.0 - ENU

Visual Studio Tools for Universal Windows Apps 14.0.25527.01
The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.

Target : Universal Windows
Target version : windows 10 build 10586

What is the error you’re getting?

Restoring packages for ‘MasHandHeld’.
Restoring packages for E:\last_lap\CT50\work\projects\MasHandHeld - BB\MasHandHeld\MasHandHeld\project.json…
Realm 10.1.4 is not compatible with UAP,Version=v10.0.
Some packages are not compatible with UAP,Version=v10.0.
Realm 10.1.4 is not compatible with UAP,Version=v10.0 (win10-arm).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
Realm 10.1.4 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
Realm 10.1.4 is not compatible with UAP,Version=v10.0 (win10-x64).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
Realm 10.1.4 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
Realm 10.1.4 is not compatible with UAP,Version=v10.0 (win10-x86).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
Realm 10.1.4 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
Package restore failed for ‘MasHandHeld’.
Package restore failed. Rolling back package changes for ‘MasHandHeld’.
========== Finished ==========

Per the Supported Platforms section in the docs, Realm supports UWP apps using .NET Standard 2.0 targeting Fall Creators Update or later (Build 16299). According to the MS Docs, you need VS 2017 or later to target that version of the UWP SDK. Can you try upgrading to a newer VS version and try setting Fall Creators Update or a newer build version as the target of your project.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.