How can I connect to my locally installed Parse Server from an iOS device running the Parse iOS SDK? I've tried entering my local server's IP address but I kept getting Network connection failed error.
[Parse initializeWithConfiguration:[ParseClientConfiguration configurationWithBlock:^(id<ParseMutableClientConfiguration> configuration) {
configuration.applicationId = @"myAppId";
configuration.clientKey = @"";
configuration.server = @"http://10.0.1.26:1337";
}]];
I need this for my development environment only.
Aucun commentaire:
Enregistrer un commentaire