I have a Windows Phone 8.1 app which adds a tile to a Microsoft Band (version 1). Unfortunately it won't work because there are already too many 3rd party tiles added by other apps which I can't remove with the SDK (using the band client's TileManager.RemoveTileAsync() method)
There is a similar question discussing this topic here: Microsoft Band tiles which suggests that the Microsoft Health app has some way of getting a list of 3rd party tiles that may not necessarily use the SDK (I can't use the Microsoft Health app in this case).
Is there any way that I can remove 3rd party tiles using the SDK?