11
Vote

Metro Win8 Support

description

I am porting my SL4 app which uses MSAF into Metro/Win8 (XAML/C#). Can this be ported to Win8?

comments

timcoombe wrote May 2, 2012 at 9:44 AM

I am also porting a Windows Phone 7 app to Metro C# and need to include the analytics code. Microsoft have advised that for an app to be approved any DLLs included need to have been built for Window RT.

Is there any time frame for porting this library as we need to submit the App in the next couple of weeks

liquidboy wrote May 16, 2012 at 10:56 PM

xaml/c# .... BUT technically would be great if you could provide it as a WinMD library so it can be used across ALL technologies in WinRT

mkamonster wrote Jun 19, 2012 at 6:06 AM

It would be nice if at least Google Analytics is supported. I think it's the most used Analytics service.

AlexSorokoletov wrote Aug 4, 2012 at 12:46 AM

Porting MSAF takes some time, so I've ported and modified only some part of MSAF and Google Analytics.
http://dreamteam-mobile.com/blog/2012/08/windows-8-metro-apps-google-analytics/

xperiandri wrote Mar 28 at 8:42 AM

As this libraries use MEF and System.Windows.Interactivity, it have to be ported and migrated to Microsoft.Composition (new MEF) and Windows.UI.Interactivity. However Windows.UI.Interactivity is an unofficial port of System.Windows.Interactivity to WinRT.
Hence there are a lot of work to do...