Activity Popup returns "sent" when cancelled

Hi guys,

I’m looking at sharing via the awesome new activity popup.

Mail, Message, Twitter, FB all return the correct status when cancelled.

i.e. activity(UIActivityTypeMessage) action(cancelled)

However certain things (Whatsapp, FBMessenger) will return activity(nil) and action(sent) when it has been cancelled.

Not sure if that is a Corona issue or something deeper in their own implementation of how to handle share requests.

Can anyone shed any light on this? Much appreciated. I’m using Pro-build 2646.

Corona SDK just implements the UIActivityViewController straight up. 3rd party apps can register to handle things and show up in the the Activity controller.  It’s their responsibility to implement all protocols correctly.  We can’t take every possible app and troubleshoot their problems.

Rob

That’s what I assumed was the case, just had to report it / double check.

No worries.

Corona SDK just implements the UIActivityViewController straight up. 3rd party apps can register to handle things and show up in the the Activity controller.  It’s their responsibility to implement all protocols correctly.  We can’t take every possible app and troubleshoot their problems.

Rob

That’s what I assumed was the case, just had to report it / double check.

No worries.