i'm trying build app windows 10 mobile act default phone call origin manager application. possible, user must pick application in settings, there can 1 (source).
i've checked sample made scenario (sample on github).
the problem is, in .appxmanifest file, extension must declared our application show in settings dialog, when selecting default phone call origin manager app, line 39.
the error message is:
the element 'extensions' in namespace 'http://schemas.microsoft.com/appx/manifest/foundation/windows10' has invalid child element 'extension' in namespace 'http://schemas.microsoft.com/appx/manifest/mobile/windows10'. list of possible elements expected: 'applicationextensionchoice' in namespace 'http://schemas.microsoft.com/appx/manifest/foundation/windows10' 'extension' in namespace 'http://schemas.microsoft.com/appx/manifest/uap/windows10' 'extension' in namespace 'http://schemas.microsoft.com/appx/manifest/foundation/windows10'.
i've been looking cause of this, , came across posted issue not believe answer correct.
am missing obvious here or problem framework itself?
i can reproduce issue in visual studio 2015 update 1, sample works without problem.
in mind may incompatibility issue between manifest file , designer. , have reported issue microsoft using internal channel.
because visual studio designer issue , app not impacted, think can ignore issue until fix available.
thanks.
Comments
Post a Comment