Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit 4bbddc9

Browse files
Update Facebook iOS SDK 4.35.0
1 parent b7963e2 commit 4bbddc9

14 files changed

Lines changed: 23 additions & 2 deletions

File tree

src/ios/Bolts.framework/Bolts

575 KB
Binary file not shown.

src/ios/Bolts.framework/Info.plist

-1 Bytes
Binary file not shown.
3.82 MB
Binary file not shown.

src/ios/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,11 @@ FBSDK_EXTERN NSString *const FBSDKAppEventParameterValueNo;
510510
*/
511511
+ (void)setUserID:(NSString *)userID;
512512

513+
/*
514+
Clears the custom user ID to associate with all app events.
515+
*/
516+
+ (void)clearUserID;
517+
513518
/*
514519
Returns the set custom user ID.
515520
*/

src/ios/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
#import <FBSDKCoreKit/FBSDKDeviceViewControllerBase.h>
4545
#endif
4646

47-
#define FBSDK_VERSION_STRING @"4.34.0"
48-
#define FBSDK_TARGET_PLATFORM_VERSION @"v3.0"
47+
#define FBSDK_VERSION_STRING @"4.35.0"
48+
#define FBSDK_TARGET_PLATFORM_VERSION @"v3.1"

src/ios/FBSDKCoreKit.framework/Headers/FBSDKSettings.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,18 @@ FBSDK_EXTERN NSString *const FBSDKLoggingBehaviorDeveloperErrors;
165165
*/
166166
+ (void)setAutoLogAppEventsEnabled:(NSNumber *)AutoLogAppEventsEnabled;
167167

168+
/**
169+
Flag which controls the fb_codeless_debug logging event
170+
If not explicitly set, the default is 1 - true
171+
*/
172+
+ (NSNumber *)codelessDebugLogEnabled;
173+
174+
/**
175+
Set the flag which controls the fb_codeless_debug logging event
176+
- Parameter CodelessDebugEnabled: Flag value, expressed as a value from 0 - false or 1 - true.
177+
*/
178+
+ (void)setCodelessDebugLogEnabled:(NSNumber *)CodelessDebugLogEnabled;
179+
168180
/**
169181
Gets whether data such as that generated through FBSDKAppEvents and sent to Facebook should be restricted from being used for other than analytics and conversions. Defaults to NO. This value is stored on the device and persists across app launches.
170182
*/
-1 Bytes
Binary file not shown.
869 KB
Binary file not shown.

src/ios/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ typedef NS_ENUM(NSUInteger, FBSDKLoginBehavior)
110110
*/
111111
@interface FBSDKLoginManager : NSObject
112112

113+
/**
114+
Auth type
115+
*/
116+
@property (strong, nonatomic) NSString *authType;
113117
/**
114118
the default audience.
115119
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)