I have successfully created a local cloud and created an account on that local cloud. I want to point my iOS app to that local cloud.
I noticed
NSString *const kSparkAPIBaseURL = @"http://api.particle.io";
in SparkCloud.m
I thought changing this line to my local cloud ip and port will do the trick but I get
Wrong credentials or no internet connectivity, please try again
Is there a way to use the provided iOS SDK to talk to a local cloud? What are the changes need to make this happen?