Reputation: 3129
Windows Phone 8.1 WinRT project with SQLite for Windows Phone 8.1
Using SQLite forces you to make your project build to either:
In the load of a view model I call:
FlurryWP8SDK.Api.LogEvent(eventName,true);
And gives exception
System.IO.FileNotFoundException: Could not find file 'C:\Data\SharedData\PhoneTools\AppxLayouts\ number.Release_AnyCPU.Barnstokkr\WMAppManifest.xml'
It seems that Flurry searches in an incorrect area for the Manifest, since it isn't AnyCPU
but ARM
.
Is there a way around this? Is there a way to tell Flurry to search for the Manifest somewhere else?
If Flurry eventually gets the correct path, will it even still work on the issue that the manifest does not define the ID_CAP_IDENTITY_DEVICE
capability anymore (as specified by the documentation)?
I saw this question on MSDN, but even after the upgrade from 3.1.1 to 3.1.2 using NuGet, the issue still persists.
Any ideas?
Upvotes: 1
Views: 749
Reputation: 3129
With the upgrade from Windows Phone 8 to Windows Phone 8.1 (WinRT) it seems I didn't read the description of the package (or it was added later)
8.1 (Silverlight)
Thus no, Flurry does not support Windows Phone 8.1 WinRT; only Silverlight
Maybe in a next version, but not in 3.1.2
Upvotes: 1