Timeline for Save token id into a database in Swift
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:41 | history | edited | CommunityBot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Apr 13, 2015 at 11:09 | comment | added | Martin R | @mattia: You should not edit your question after receiving answers. Please see what you may and may not do after receiving answers: "... should not append your revised code to the question". You can post a new question instead. | |
| Apr 13, 2015 at 11:02 | comment | added | Mat | @MartinR can you please check if my modified code looks ok now? thanks | |
| Apr 11, 2015 at 22:42 | comment | added | Martin R | @nhgrif: No, it is the other way around (see for example stackoverflow.com/a/29384651/1187415). – But here is does not matter, the sendAsynchronousRequest() documentation is quite clear that either data != nil and error == nil or vice versa. | |
| Apr 11, 2015 at 22:36 | comment | added | nhgrif |
Although, is data guaranteed to be nil? I thought it was generally better to check if error != nil.
|
|
| Apr 11, 2015 at 17:45 | vote | accept | Mat | ||
| Apr 11, 2015 at 17:29 | history | edited | Martin R | CC BY-SA 3.0 |
added 371 characters in body
|
| Apr 11, 2015 at 17:19 | history | edited | Martin R | CC BY-SA 3.0 |
added 809 characters in body
|
| Apr 11, 2015 at 16:45 | history | edited | Martin R | CC BY-SA 3.0 |
deleted 103 characters in body
|
| Apr 11, 2015 at 16:40 | history | answered | Martin R | CC BY-SA 3.0 |