Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Fixed a change in Flurry
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikdamm committed Feb 19, 2015
1 parent 0b910f1 commit 0bbd427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robokit/Source/Shared/RKSocial.m
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ + (void)initializeSocialFeaturesWithAppId:(NSString *)appId appName:(NSString *)

+ (void)initializeFlurryWithAppId:(NSString *)flurryAppId {
[Flurry setAppVersion:[[NSBundle mainBundle] infoDictionary][@"CFBundleVersion"]];
[Flurry setSecureTransportEnabled:YES];
// [Flurry setSecureTransportEnabled:YES];
[Flurry startSession:flurryAppId];
}

Expand Down

0 comments on commit 0bbd427

Please sign in to comment.