SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Return error if API endpoint is not configured #200

Closed cheungpat closed 6 years ago

cheungpat commented 6 years ago

This also removes the default API endpoint in SKYContainer. Since removing the default API endpoint requires the test cases to configure the API endpoint, a new feature is added to disable auto pubsub when configuring API endpoint and API key.

connects SkygearIO/skygear-SDK-JS#395