windows phone 8 - Lockscreen icon in a Silverlight 8.1 app using WNS -


I have to make badge icon + counter on the lock screen for my Silverlight 8.1 app. When migrating from the LG 8.0 app to the LG 8.0, I also entered the switch center in the Windows Notification Service (WNS).

Now, I can not find any way to the badge logo

  • Create a new SL 8.1 phone app
  • Touch the icon of your app Show.

    Switch to WNS again in WMAppManifest.xml in a blank app

  • Open the lock screen setting and see that the icon is broken

    I can define both badge logos in the WMAppManifest.xml file:

      & lt; DeviceLockImageURI isRelative = "true" isResource = "true" & gt; Property / LockScreen.png & lt; / DeviceLockImageURI & gt;   

    or new package in the appxmanifest.xml file:

      & lt; m3: LockScreen Notification = "Badge" badgelo = "property \ lock.screen.png" />   

    But in both cases, this does not work (not the icon):

     wp-icon-missing

    I also tried many image resolutions, but this does not solve the problem.

    Thanks,

    with lock screen notification support and WNS in our Silverlight 8.1 app We have used:

    • In WMAppManifest.xml
       & lt; DeviceLockImageURI isRelative = "true" isResource = "false" & gt; Property \ tiles \ lockImage.png & lt; / DeviceLockImageURI & gt;  
      • In the package.
         & lt; M3: LockScreen Notification = "Badge and Tile Text" Badgelogo = "Assets Badge"   

        The icons we use - they just need to be white-to-transparent colors.

         & lt; Extension ExtensionName = "LockScreen_Notification_IconCount"  
         & lt;  

        Note: ... /> in WMAppManifest.xml tag - if you repeat notification = "badge and tile text" in the package And in WMAppManifest.xml, define both LockScreen_Notification_IconCount , your app will get two entries in the lock screen app settings combo box, and there is no such thing that you do not want.

        In the case of Silverlight 8.1 app with WNS, just define the lock screen setting in Package.appxmanifest and it should work properly.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -