You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets the server URL to connect to Parse Server. The local client cache is not cleared.
111
+
@discussion This can be used to update the server URL after this client has been initialized, without having to destroy this client. An example use case is
112
+
server connection failover, where the clients connects to another URL if the server becomes unreachable at the current URL.
113
+
@warning The new server URL must point to a Parse Server that connects to the same database. Otherwise, issues may arise
114
+
related to locally cached data or delayed methods such as saveEventually.
115
+
@param server The server URL to set.
116
+
*/
117
+
+ (void)setServer:(nonnull NSString *)server;
118
+
109
119
/**
110
120
The current application id that was used to configure Parse framework.
0 commit comments