Lindsay C Blanton III
Lindsay C Blanton III
I'm sending the following ``` { "GCM": "{ \"data\": { \"title\": \"My Alert\",\"alert\": \"The Alert\",\"sound\": \"modat\", \"vibrate\": true, \"iconb\": \"bcfy\", \"force_show_in_foreground\": true} }" } ```
That example works. I was using Amazon SNS to send a legacy GCM push.. supposed to be backwards compatible with FCM but I guess ti.goosh uses a custom payload.
We return a 200 code on the duplicate call rejection but the body of the message as a preceding "1" flag indicating in was an error. Ex: 200 OK Content-Type:...
**I'm going to strongly recommend that this feature be made optional and be disabled by default.** Given the realtime nature of a lot of call consuming applications, this causes problems...
Yikes, I see what's happened. I changed the skip error message to include some metadata about the duplicate call being rejected. it doesn't directly match that error message that is...
I'm not a C++ coder, however I think this would be the appropriate patch ``` if (code == "1" && (message.rfind("SKIPPED", 0) == 0)) { BOOST_LOG_TRIVIAL(info)
Let me compile it myself and test the behavior. Stay tuned! Sent from a mobile device….. -- Lindsay C. Blanton III CEO - RadioReference.com / Broadcastify Mobile: +1 210-593-8685 Email:...
I've compiled and tested this test fix branch and it's working fine from what I can see. I think we're good to release it.
AppWerft, those libs you compiled crash with Titanium 7.5.0 GA
I'm seeing the same behavior....