diff --git a/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m b/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m
index 4329c80..a39a908 100644
--- a/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m
+++ b/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m
@@ -33,7 +33,7 @@
* on the same Wi-Fi network.
*/
- jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
+ //jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
/**
* OPTION 2
@@ -45,7 +45,7 @@
* see http://facebook.github.io/react-native/docs/runningondevice.html
*/
- //jsCodeLocation = [HybridMobileDeploy getBundleUrl];
+ jsCodeLocation = [HybridMobileDeploy getBundleUrl];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"HybridMobileDeployCompanion"
diff --git a/Examples/HybridMobileDeployCompanion/iOS/Info.plist b/Examples/HybridMobileDeployCompanion/iOS/Info.plist
index ffa93b6..20d5f27 100644
--- a/Examples/HybridMobileDeployCompanion/iOS/Info.plist
+++ b/Examples/HybridMobileDeployCompanion/iOS/Info.plist
@@ -39,8 +39,8 @@
NSLocationWhenInUseUsageDescription
CodePushDeploymentKey
- b6883b8f-3e7b-4e48-98b1-ec509dc22aaa
+ deployment-key-here
CodePushServerUrl
- http://ryuyu-test.azurewebsites.net/
+ server-url-here