To anyone who was having problems with not seeing all the issues they should on iOS devices, could you please refresh your library on your iOS device and check and see if issues that were previously missing are now visible.
An issue had been found, which was not specific to the iOS application, whereby the total number of issues was being incorrectly returned (we ask for a list of items and request it is split up into "pages" with 10 items on each page, it seems the total number of items was being set to the number of items per page we asked for, so we only saw a max of 10 items), and this resulted in you seeing less issues than you should have done.
Non iOS devices typically didn't see this issue as they had a higher number of items per page being requested, something like 100 - 300. In this situation the total number would, provided of course you had less than the per page number, be set to the actual total number of items, so you would see all the issues.
This would explain why some people would get all the issues on a Touch but the same list of issues would not be present on their iOS device.
|