nexxPLAY
  • Introduction
  • Javascript SDK
    • Basic Integration
    • Advanced Integration
    • Player Configuration
    • Player Management
    • Playback Control
  • iFrame Integration
    • Embed Codes
    • PostMessage Control
  • native Players
    • nexxPLAY for iOS
    • nexxPLAY for Android
    • nexxPLAY for Flutter
  • Platform Plugins
    • Google AMP
    • Wordpress Plugin
    • React Plugin
  • Integration Enhancements
    • Player UI
    • Audio Player
    • Player DataMode
    • Player Events
    • SDK Override Options
    • VAST Macros
    • GET Parameters
  • Widgets
    • Javascript SDK
    • iFrame Integration
    • Widgets for native Apps
      • iOS Widget
      • Android Widget
      • Android TV Channel
      • Windows 10 LiveTile
    • Widget React Plugin
    • Widget Override Options
  • more Integrations
    • WebViews
    • oEmbed Discovery
    • WebComponent
    • Preview Links
    • Cover Service
    • Reporting for external Players
  • Addons
  • Security and Accessibility
    • Data Protection and Security
    • GDPR and TCF 2.0
    • Accessibility and WCAG
  • Compatibility
  • Changelog
Powered by GitBook
On this page
  1. Widgets
  2. Widgets for native Apps

Windows 10 LiveTile

Windows 10 offers LiveTiles by default as a System Service, so there is not much to do for Implementation. Basically, only the right Feed URL have to be configured, the Widget APIs will handle the Rest.

The most easy Way for Implementing this is to use the uap:TileUpdate Setting in the AppXManifest.xml:

<uap:TileUpdate Recurrence="halfHour" UriTemplate="https://feeds.nexx.cloud/DOMAIN-ID/FEED-HASH?variant=windows&gateway=win8&app=APP-ID&implementation=os&secret=WIDGET-SECRET" />

WIDGET-HASH is the Reference Hash of an existing AutoExport Widget within nexxOMNIA

WIDGET-SECRET is an optional Security Mechanism, that can be enabled within nexxOMNIA

APP-ID is the ID of an existing nexxOMNIA App for the Windows Platform (optional)

After that, the Widget is already active and working.

Please make sure to escape the "&" Symbols correctly for XML - for better Readibility, they have been simplified in the Example.

PreviousAndroid TV ChannelNextWidget React Plugin

Last updated 4 years ago