Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ios/Classes/SwiftSfmcPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public class SwiftSfmcPlugin: NSObject, FlutterPlugin {
let appEndpoint = URL(string: sfmcURL)!

// To override the Keycahin accessibility attribute
SFMCSdk.setKeychainAccessibleAttribute(accessibleAttribute: kSecAttrAccessibleWhenUnlockedThisDeviceOnly)
//SFMCSdk.setKeychainAccessibleAttribute(accessibleAttribute: kSecAttrAccessibleWhenUnlockedThisDeviceOnly)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting out this line needs a reference from SFMC Native SDK instruction, can you please provide me with a reference from marketing cloud SDK?


// To Override the Keychain Error to be considered fatal or not (Default value is true)
SFMCSdk.setKeychainAccessErrorsAreFatal(errorsAreFatal: false)
Expand Down