I am getting an error when i try to post my data through php with swift that says Domain=NSCocoaErrorDomain Code=3840 “Invalid value around character 0.” UserInfo={NSDebugDescription=Invalid value around character 0.} What does this error mean? I resolved other issues related to using PHP with swift but i am still getting this error. How can i fix this error? here is
Tag: swift
Trying to access data returned from Stripe API with Alamofire, but result is not valid JSON
I’m trying to interface a Swift app with the Stripe API, using Alamofire, but I’m having trouble with the returned results. I was expecting valid JSON, but I am getting the following: Stripe…