Construct all the server call URLs using string concatenation
Instead on the relativeURL method.
This is because the relative URL appraoch does not work on iOS even though the documentation says that it should
Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)
Related updates: