Skip to content

Commit

Permalink
Setting mobile service settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRisner committed Mar 29, 2013
1 parent a870e76 commit 99863bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/end/StorageDemo/StorageDemo/StorageService.m
Expand Up @@ -41,8 +41,8 @@ + (StorageService*)getInstance{
-(StorageService *) init
{
// Initialize the Mobile Service client with your URL and key
MSClient *newClient = [MSClient clientWithApplicationURLString:@"https://storagedemo.azure-mobile.net/"
withApplicationKey:@"oZaSIwBYgHrBiCApdCVcatyDxHQRCT23"];
MSClient *newClient = [MSClient clientWithApplicationURLString:@"https://mobileserviceurl.azure-mobile.net/"
withApplicationKey:@"applicationkey"];

// Add a Mobile Service filter to enable the busy indicator
self.client = [newClient clientwithFilter:self];
Expand Down

0 comments on commit 99863bc

Please sign in to comment.