Getting an Application Endpoint

Retrieve the application endpoint URL.

Returns the value of the application endpoint. It is used to perform request-response with the Gateway.

Syntax

-(NSString*)getApplicationEndpointWithError:(NSError**)error;   

Examples