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 debugging ( ADBMobile.Config.SetDebugLogging(true);) so i can view what is being logged
The app compiles and runs and CollectLifecycleData is being called but the only results on the website are for iOS. Any idea what i'm missing?
Thanks,
Gary.