In
https://github.com/apigee/usergrid-sample-ios-messagee/blob/master/Messagee/Client.m#L25,
I think you should update and call the following method exposed in the
Usergrid client:

https://github.com/apigee/usergrid-sample-ios-messagee/blob/master/Messagee/Usergrid/UGClient.m#L96

This should let you set your base url and not have it default to
api.usergrid.com.

Thanks.
-Michael

On Thu, Jul 21, 2016 at 12:56 AM, Jeremy Justice <
[email protected]> wrote:

> anyone know which section of the messagee xcode project i need to modify
> to test my usergrid stack?  i have modified my UGClient.m as follows
> m_appID = @"myappid";
> m_orgID = @''myorgID";
> m_baseURL = @"http://myserverip:8080";;
>
> i keep getting login failed. i think it is still pointing to the
> api.usergrid.org but i cant for the life of me figure out where it is
> located in the xcode proj
>

Reply via email to