- Home /
Question by
arlenner22 · Sep 16, 2017 at 09:42 PM ·
c#androidbackgroundservicebackend
Could a mobile app have a service application compiled targetting a higher version of .net?
I'm developing a mobile app that needs (or rather, which I would greatly prefer uses) firebase as its mbaas. I have had some hangups fixing a problem in Unity sdk for firebase. See this question: link text
So now, as described therein, I am trying to use the firebase dotnet library. However it targets a higher version of .net than Unity supports. So how do i make that work out? Looking like xamarin might be the answer...
Comment