diff options
author | Paul Young <paulyoungonline@gmail.com> | 2013-06-22 16:15:11 -0400 |
---|---|---|
committer | Paul Young <paulyoungonline@gmail.com> | 2013-06-22 16:18:39 -0400 |
commit | cf3d7e5b4438eb47973ca7dc1a657cd18e5a12dd (patch) | |
tree | 1df7f195e7694e1c829dcba03e9400289d53c525 /example | |
parent | e178892b3ba41280241284ecaed444f0763c897b (diff) |
Added switch for fetching the full message in the iOS example app.
* Added per discussion in #93.
* Fetching the full message is disabled by default.
Diffstat (limited to 'example')
-rw-r--r-- | example/ios/iOS UI Test/iOS UI Test/AppDelegate.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m index 557653f7..92585ffb 100644 --- a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m +++ b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m @@ -13,6 +13,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. + [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"FetchFullMessageEnabled"]; return YES; } |