Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

(Group) receive push and update UI when member is added #373

Closed sumairasaeed closed 8 years ago

sumairasaeed commented 8 years ago

Other members in group, would receive the push notification when admin adds the member to the group. These should then update there sqlite database and UI to reflect the changes in the group.

sumairasaeed commented 8 years ago

Completed work on this. Will mark it resolved after some testing IA.

sumairasaeed commented 8 years ago

I wrongly commented it issue #369 . It was meant to be here:

I tested and found there is a mistake on server side in one field in payload of push notification sent from server. Group Id returned in payload is incorrect. I have talked about it with @sojharo , he tried to correct it but issue is still there. Will test again tomorrow when server side error is corrected. From client side, work is complete.

sumairasaeed commented 8 years ago

Correct payload is received now. Also we are getting correct push. There is some error when we fetch all members of group and try to save in sqlite. Members are not saved correctly. Looking into it.

sumairasaeed commented 8 years ago

This has been fixed now.

jekram commented 8 years ago

Thanks