Hi, We have an existing iOS app that we are now creating a Windows 10
UAP version of and i'm looking to add the same lifecycle metrics to
it.I've followed the instructions as follows: - Downloaded the Windows
10 UAP SDK and added a reference to it to my project - Downloaded
'ADBMobileConfig.json' and added it to the project. No need to configure
it further as it is the same one as the iOS app. - Added the appropriate
calls to 'ADBMobile.Config.CollectLifecycleData()' in App.xaml.cs -
Enabled deb...