Recent content by andy123456

  1. A

    Post App starts after update only when unpin secondary live tiles

    After hours of debugging i found the exception type, but Need help to solve my problem. As i wrote above, i followed the instructions from MSDN on how to create and update secondary live tiles. Now i update them with the following code...
  2. A

    Post App starts after update only when unpin secondary live tiles

    I followed the instructions from msdn https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868249.aspx
  3. A

    Thread App starts after update only when unpin secondary live tiles

    I am developing an app, that supports secondary live tiles. Now when i submit an update to the store, and update the app on my device, it wont start anymore, till i unpin all pinned secondary live tiles provided by this app. Do i need to to soemthing with the live tiles, when i submit an update...
  4. A

    Post Add App to Games Hub

    Is the only way to achieve this, to submit the app as game with a game certificate?
  5. A

    Post Add App to Games Hub

    Can nobody help to solve my problem?
  6. A

    Thread Add App to Games Hub

    Hi all Im currently developing a small and simple game with C# / XAML for WP8.1 Store App (winrt). Now my question is, how can i add my app to the Games (xbox) Hub? On Silverlight apps, there was a capability in the manifest file, but on Store App, i cant find anything similar.
  7. A

    Post [Q] Binding multiple AppDataSettings to GridView

    Problem is solved, i had to make this with a class. Thank you.
  8. A

    Thread [Q] Binding multiple AppDataSettings to GridView

    Hi all On my Windows 8.1 Application, i have a default ItemsPage. I have also 5 different settings which i receive from my AppDataStore, which contains List<string>. Now i want to bind them to my DefaultViewModel["Items"]. Every item should contain one of these 5 settings from each...
  9. A

    Thread [Q] Push Notification for MQTT Client Library

    hey guys Im here with a new question. Im building a small app, which can communicate with a MQTT Broker. The library is very easy to use and so everythign works fine. The problem now is, that i need to use Push notifications, so when a new message was published to a Topic, my client app needs...
  10. A

    Post BackgroundTask Conditions Bug

    Sorry for the late answer. I figured it out and now i have a new question. The problem seems to be my lumia1520. On my second device, lumia530 which i use for developing only, all works fine without any problem. I have reinstalled my app but now the background task does not fire anymore. It...
  11. A

    Post BackgroundTask Conditions Bug

    No, not BackgroundTransfer, i mean BackgroundTask, which i have Time Triggered...
  12. A

    Post BackgroundTask Conditions Bug

    But there are many other apps, which are using background tasks. The internet connection required condition is there to address this i think?
  13. A

    Thread BackgroundTask Conditions Bug

    I have a very strange issue in my wp8.1 store app. Im running a BackgroundTask every hour. I have set a condition to run only when wifi is available. This works, but if i disconnect wifi, enable mobile data connection, and after some hours re enable wifi, the BackgroundTask diesnt run anymore...
  14. A

    Post ContentDialog on Screen Timeou

    I did not found a way to do this. It seems to be only available on silverlight apps. Correct me, if i am wrong.