Not sure if this is true , but from what I've read, people say this issue only occurs on the Xcode simulator so you you must test on an actual device. The problem with this is my current server is a local node server at http://localhost:3000
, and my iOS device can not access this server.
1) Is there a way to give my iOS device access to the local server on my device?
2) Why am I getting this error when running the simulator?
I have put the following in my info.plist:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>spotify</string>
</array>