Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

Chat message is received twice in new version iOS 10+ #542

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

When on chat window, chat message is received twice in iOS 10+ version. This needs to be fixed

sumairasaeed commented 7 years ago

This has been fixed.

jekram commented 7 years ago

what was the issue and how it was fixed?

jekram commented 7 years ago

@sumairasaeed When I ask a question I expect a response with 1 business days.

sumairasaeed commented 7 years ago

Debugged the cause of this error and found that in iOS 10+, notification methods for both iOS 9+ and iOS 10+ were processing so message was shown twice. Fixed it by adding required restrictions specific to device platform.