aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
308 stars 98 forks source link

iOS not acknowledging messages received. #67

Closed dreson4 closed 7 years ago

dreson4 commented 7 years ago

Is there a reason why iOS doesn't acknowledge that messages has been received?

When I send messages to Android, they get received and if I close the app the server shows the messages have been received without issues. When I send messages to iOS though, the messages are received and displayed on the phone, the problem is when I close the app, the server tries to send the messages again even though they have already been received, it shows that they haven't been processed yet. Is there a reason iOS doesn't acknowledge that it has received the messages already?

dreson4 commented 7 years ago

Sorry my bad, I'm closing the issue because the probem was with the server not the library itself.