I have a UWP app that works online and offline, it works fine in the debug mode and release mode. But when i compile using .Net Native Tool Chain, i usually have two major exceptions.
Exception thrown: 'System.Reflection.MissingMetadataException' in System.Private.Reflection.Core.dll in MobileServiceClient Additional information: 'Microsoft.WindowsAzure.MobileServices.PlatformInformation' is missing metadata. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=392859 If there is a handler for this exception, the program may be safely continued.
I have searched online how to solve this problem, no suceess yet, this has stopped me from uploading my app to store. Please help a newbie to UWP.