From cf3d7e5b4438eb47973ca7dc1a657cd18e5a12dd Mon Sep 17 00:00:00 2001 From: Paul Young Date: Sat, 22 Jun 2013 16:15:11 -0400 Subject: 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. --- example/ios/iOS UI Test/iOS UI Test/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) (limited to 'example') 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; } -- cgit v1.2.3