Hello,
I have changed logic to start using LSTableInfo. And got the following:
now this delegate is called:
Code:
-(void)table:(LSSubscribedTableKey *)tableKey itemPosition:(int)itemPosition itemName:(NSString *)itemName didUpdateWithInfo:(LSUpdateInfo *)updateInfo
But for some "Problem" markets I got itemPosition with value as "2" and for some "1".
where "itemPosition" is setted or who change it?
How can I catch when it changes?
(I think this is the main problem)

Thank you in advance.