The documentation for the Microsoft.Phone.Shell.ShellTile class states that we need to specify the ID_CAP_NETWORKING capability in the app manifest. Do we really need it? It's strange that we need to enable networking capabilities for the tile functionality... And my tests on the emulator and real devices confirm that we do not need this.
Do we really need ID_CAP_NETWORKING for ShellTile in WP apps?
156 Views Asked by TecMan At
1
There are 1 best solutions below
Related Questions in WINDOWS-PHONE
- DEP0001: Unexpected Error: SmartDeviceException - Incompatible version of the RPC stub. [0x80131500] during UWP app deployment to Windows phone
- Chilkat mail UWP on Windows 10 Phone gives Class not registered error
- How to fix the issue "UWP app stopped after navigation"?
- How to set Grid.Background to MediaPlayer in UWP?
- Unable to publish UWP package update with the `invalid package identity/family name` error
- Lumia 640 LTE edge explorer - javascript $ is not defined
- iOS / Windows Store App: can I know whether my other app installed on this device/user account?
- Get app purchase date for Windows Phone 8.1 and Windows 8.1 applications
- Complicated background work in UWP, is it real?
- How to export React native code for windows platform
- Get Host File on my windows phone
- UWP Windows Phone detect type of USB connection
- Override default call interface
- UWP: Control won't fit to the available view area of my Grid cell
- Angular 4, Phonegap icons Windows Phone 10
Related Questions in LIVE-TILE
- Windows Live-Tile(printing images) doesn't work on my project
- How can my app retrieve live tile of another app?
- Adding UWP Background task causes AppManifest errors
- x-frame-options sameorigin while loading extrenal page in my webpage
- Accessing database for Live tile update
- UWP Live Tile not updating
- How do I make a tile in WinJS?
- How to periodically update live tile locally on Windows 10
- FileNotFoundException with NotificationExtensions on Windows 10 Mobile
- Update Live Tile depending on tile size pinned by user
- UWP tiles refreshing timeout
- Translucent Live Tiles In Universal Windows Apps (UWP) on Win 10 mobile/phone
- Specifying transparency in browserconfig.xml
- UWP Application live tile text size
- Update UWP LiveTile from BackgroundMediaPlayer
Related Questions in SECONDARY-LIVE-TILE
- Custom Windows UWP JumpList for SecondaryTile
- How to pin seconadry tile to open text file?
- C# UWP app crashes if SecondaryTile Imagesources are not from Assets folder
- Wrap text on secondary tile
- Translucent Live Tiles In Universal Windows Apps (UWP) on Win 10 mobile/phone
- How to freeze Secondary Tiles WP8.0
- Secondary Tile with Icon stored in Application Temporary Storage
- Can I trigger sleeping background trigger from secondary tile of UWP app?
- How can I lock the screen from within the Windows 10 Mobile app?
- How to prevent logo scaling for secondary tiles?
- How to open a specific view of a uwp application with a secondary tile?
- secondary tile Windows 8, blank displayname
- Pin secondary tile Issue windows phone 8.1
- How to create a SecondaryTile on Windows Phone 8.1?
- Unable to set multiple secondary tiles in windows phone 8
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If your data for tile is coming from any API, for that accessing network ID_CAP_NETWORKING Capabilities is needed to Project otherwise its not needed to be added. For Displaying Static data from App There is no need of it. Without it, Static Text or data would be displayed properly.