Realm-dotnet: Add UWP support

Created on 3 May 2016  Â·  127Comments  Â·  Source: realm/realm-dotnet

Most helpful comment

Please upvote this comment if you are primarily interested in UWP for Surface/tablets and PC

All 127 comments

I think UWP with Xamarin Forms is the logical because if people are writing cross-platform apps this gives them their portable UI on a Surface series tablet, to start with. So that what they call the _Desktop_ device family, maybe followed by the _Mobile_ one. Taking my nomenclature from the MS overview

I'm definitely interested in Realm for UWP, specifically so it could be used within a native Windows 10 app, across the Desktop/PC, Mobile & Xbox device families; and maybe even HoloLens.

+1

It would be awesome to use Realm in UWP Windows 10 Apps! I hope you'll add support soon! And given the new Xamarin support I assume it would not be that complicated.

Please add UWP support.

UWP would be great and would be in line with the Xamarin cross platform goal (particularly with Xamarin.Forms).

Please add UWP support!

Confirm. UWP support would be awesome.

Please upvote this comment if you are primarily interested in UWP for Mobile

Please upvote this comment if you are primarily interested in UWP for Surface/tablets and PC

Please upvote this comment if you are primarily interested in the remaining targets (HoloLens, IoT, Devices, XBox)

While HoloLens and Xbox would be really cool, I think in the near term it'll be more commercially viable for more developers if Tablet/Surface/PC is the primary target. Mid to long term, HoloLens could be very important.

Seems like a nice data storage option, but not useful for me until it works on UWP and WP8.1 - we're using Xamarin to build an iOS/Android/UWP/WP8.1 app - want to reach all the people.

+1

Same for me without UWP it does not make sense

If UWP is supported I'm in!

+1

+1

+1 for UWP!

👍 or better +37 :)

+1 for UWP here too!!!!

UWP

UWP++

UWP Please!!!

+1

Edit: What are the challenges for this to happen? I mean, by supporting Xamarin, UWP should be easy, right?

UWP please please <3 <3

+1

@joaoBeno

What are the challenges for this to happen?

Realm has a common C++ core which is compiled for each platform. The C# product is an extremely thin layer on top of this core, mapping data access directly through to the core objects (which is why we use Fody to weave in these accessors). It also implements LINQ querying to use the core engine's query capabilities.

So, the challenge for the device platforms we don't yet support is building core for them, plus a little bit of work to setup test and deployment. That's why we have the individual comments above we'd like you to upvote to determine which device platforms we should prioritise.

@AndyDentFree Thanks for the quick reply! I asked mostly to understand and see if I could help with something... Seems that an upvote is all I can do for now... :D

Please support UWP and Windows Phone platforms too.....

If one writes a .net cross platform solution for mobile it is most likely that it has to support Android, iOS and UWP these days. So, it one isn't covered by realm, then realm can't be used with other two as well.

+1

+10000000000000 :3

Please add UWP support!

I'd love to use Realm but I'm committed to only using technologies that support all three of iOS, Android, and UWP, I'll be watching this space with the hope of being able to use it when UWP support arrives!

+1

+1

Echoing some of the earlier comments lack of UWP automatically rules out my use of Realm. When UWP becomes a supported platform I'll be interested to take it for a spin.

+1

+1 for UWP Support

+1 for UWP Support

+1 Please add UWP support please please

+1

+2

UWP support would be great

+1 for UWP

+1 for UWP

+1 UWP

+1 for UWP. It seems to be logical with the support of Xamarin...

+1

+1 for UWP

+1 for UWP

+1 for UWP

+1

+1 for UWP

Lets start supporting UWP! First step with xamarin is done! :)

Can't wait for UWP

Would love some uwp support!

I would love UWP support

Please add UWP support!

+1

Anything new on this topic? I'm pondering of replacing akavache with Realm, but without UWP it does not really make sense

+1 for UWP!

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1 for UWP

+1 for UWP

+1 for UWP

+1 for UWP

+1 for UWP

When is UWP for PC going to be supported? Please share the roadmap.

+1 for UWP PC

+1 for UWP

+1 for UWP

+1 for UWP

+1 4 UWP

+1 for UWP

+1 UWP!!!!!

Come on guys don't leave us hanging! +1 4 UWP

I'll note that today's OSS release of Core should now allow for a community-contributed UWP port. Cheers :)

@orospakr Yes!
See the open Windows issues and particularly realm/realm-core#2059

Any updates on this? Need any alpha testers?!

We wanted to implement Realm but can't in our application, as realm doesn't support UWP.

+1 for UWP

UWP support would be awesome!!

+1 for UWP.
any ETA for UWP support?

Sorry, we can't give any specifics yet. We will post any updates in this issue.

I note that there are now 200+ MILLION devices running Windows 10. So UWP and WP support is strongly necessary.

+1 for UWP.

We'd love to use realm in our project but can't as it is Xamarin Android, iOS and UWP.

+1 for uwp

+1 for uwp

+1 UWP seriously! win8.1 would be fine too. anything that can get realm+xamarin forms running on windows. uwp makes the most sense i think.

We heard you all loud and clear and are actively working on adding support for UWP. Thanks for all the feedback!
While we would love to make promises about timelines for feature releases, we generally try to avoid that so we don't disappoint you too much in case we need to shuffle priorities. All we can say is that the main blocker - adding support in realm-core - will be completed just before xmas. I'm hopeful we can get a release out before Feb, but as priorities can change there is no promises :-)
Hope this at least gives you some hints to not be in the dark to much longer.

Should there be anyone interested in doing some beta testing, we would love to hear from you!

I'd like to be a beta tester! :-)

+1 for UWP

+1 for UWP as well - would also love to help beta test

Can you contact me for the beta test?

Hi,
Thanks for inviting me.

Nicolò Carandini

Inviato da iPhone

Il giorno 26 gen 2017, alle ore 08:47, Polywick Studio notifications@github.com ha scritto:

Can you contact me for the beta test?

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

+1 for UWP -- I want to use this for a Xamarin.Forms project, but require UWP. Are there dates for this feature?

We don't have exact dates that we can commit to, but it is high priority in our backlog and we have already started work on it. You can check the uwp milestone for a high level overview of what needs to be done and our progress towards it.

Other Windows versions like Win 7 / 8 etc. still have a bigger market share then Win 10 (UWP).
Official support for Win 7 will last until 2020.

So currently, if I want to be really cross platform (incl. all Windows-Desktops and other OS-Desktops), and have a decent local client db, the is no alternative to SQLite (one code base).

You'd be happy to learn that support for desktop windows is very close to being released. So if you'd like to use Realm for (e.g.) WPF applications, you'll be able to do that. In terms of other OS-Desktops, do you refer to native development (e.g. Obj C for macOS) or using Mono?

@nirinchev
Sorry, I was in the wrong thread and left Xamarin-tech months ago :-).
Just found the realm.js-repo.

@nirinchev according to HERE you seem to have released it, is there any sample application and documentation that shows how to use Realm for UWP?

We released Windows Desktop (i.e. WPF/Console app) support. We're actively working on UWP and hope to have an alpha release in several weeks.

Waiting for the UWP one ;-)
Nicolò.

Da: Nikola Irinchev [mailto:[email protected]]
Inviato: venerdì 17 febbraio 2017 14:21
A: realm/realm-dotnet realm-dotnet@noreply.github.com
Cc: Nicolò Carandini n.carandini@outlook.com; Comment comment@noreply.github.com
Oggetto: Re: [realm/realm-dotnet] Add UWP support (#509)

We released Windows Desktop (i.e. WPF/Console app) support. We're actively working on UWP and hope to have an alpha release in several weeks.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com/realm/realm-dotnet/issues/509#issuecomment-280647413, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAIgCmQdzvmfvXq3PL3zI_zw51FpwN8nks5rdZ64gaJpZM4IWDgA.

+1

+1

+1

+1 for UWP.
Sir, any rough estimate, when will UWP support be added or any way to track its progress?
Thanks.

We're making solid progress toward UWP. We'll be shipping .NET standard soon and next target would be packaging everything for UWP. While we can't give concrete dates, we're very optimistic about landing it by mid 2017.

+1

+1

+1 UWP and Windows Phone 8

Any updates on realm uwp support

We're happy to announce that this has shipped with version 1.3.0.

no sample project here in this case ? i'm trying to get just the instance in the UWP and it's not working (realm 1.4 )

hey @Amor-Fairouz, please open a new issue and attach as much information as possible - code snippets, targeted devices, exception messages (don't forget to check the inner exception, if any).

@fealebenpae done #1410

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StephenBeirlaen picture StephenBeirlaen  Â·  8Comments

AndyDentFree picture AndyDentFree  Â·  7Comments

voluntas88 picture voluntas88  Â·  14Comments

egimbernat picture egimbernat  Â·  9Comments

tuyen-vuduc picture tuyen-vuduc  Â·  9Comments