mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #242] Inconsistent results with Message Results API #175
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sorinpohontu on GitHub (Jan 28, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/242
When using Message Results API, message_result response varies, without a specific match to Developers documentation (http://smssync.ushahidi.com/developers).
Tested on v2.7.3 with Android: 4.1.1 and 4.2.2.
Please see the JSON responses below (with and without Delivery Notification):
Have a nice day,
/Sorin
@ghost commented on GitHub (Feb 3, 2015):
I'm experiencing the same issue: messages are being sent correctly but returning a -1 or -2 sent code. The -1 code is sensible, since that's the Android RESULT_OK code, but the -2 is just the default code assigned in SMSSync which for some reason is not being overridden by the correct code.
@eyedol commented on GitHub (Mar 3, 2015):
Fixed
@sorinpohontu commented on GitHub (Mar 3, 2015):
Great. Thanks :)