Custom-URL-scheme icon indicating copy to clipboard operation
Custom-URL-scheme copied to clipboard

Windows UWP, app wont start with url scheme

Open appzer opened this issue 5 years ago • 0 comments

Hello,

i use Visual Studio 2015 and successfully added your plugin: zwischenablage01

The generated appxmanifest looks: <?xml version='1.0' encoding='utf-8'?> <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest"> <Identity Name="46661Appzer.de.Pushsafer" Publisher="CN=$username$" Version="2.1.1.0" /> <Properties> <DisplayName>Pushsafer</DisplayName> <PublisherDisplayName>Appzer.de</PublisherDisplayName> <Logo>images\StoreLogo.png</Logo> </Properties> <Prerequisites> <OSMinVersion>6.3.0</OSMinVersion> <OSMaxVersionTested>6.3.0</OSMaxVersionTested> </Prerequisites> <Resources> <Resource Language="x-generate" /> </Resources> <Applications> <Application Id="io.cordova.***********" StartPage="www/index.html"> <m2:VisualElements BackgroundColor="transparent" Description="CordovaApp" DisplayName="Pushsafer" ForegroundText="light" Square150x150Logo="images\Square150x150Logo.png" Square30x30Logo="images\Square30x30Logo.png" ToastCapable="true"> <m2:DefaultTile Square310x310Logo="images\Square310x310Logo.png" Square70x70Logo="images\Square70x70Logo.png" Wide310x150Logo="images\Wide310x150Logo.png"> <m2:ShowNameOnTiles> <m2:ShowOn Tile="square150x150Logo" /> <m2:ShowOn Tile="wide310x150Logo" /> <m2:ShowOn Tile="square310x310Logo" /> </m2:ShowNameOnTiles> </m2:DefaultTile> <m2:SplashScreen BackgroundColor="#F1F1F1" Image="images\SplashScreen.png" /> <m2:InitialRotationPreference> <m2:Rotation Preference="portrait" /> <m2:Rotation Preference="landscape" /> <m2:Rotation Preference="landscapeFlipped" /> </m2:InitialRotationPreference> </m2:VisualElements> <Extensions> <Extension Category="windows.protocol" StartPage="www/index.html"> <Protocol Name="pushsafer" /> </Extension> </Extensions> </Application> </Applications> <Capabilities> <Capability Name="internetClient" /> <DeviceCapability Name="microphone" /> <DeviceCapability Name="webcam" /> </Capabilities> </Package>

I also added the LaunchMyApp.js to the project!

But the app wont start when i will open the url pushsafer://

Where is the issue?

Thanks Kevin

appzer avatar Aug 13 '18 20:08 appzer