Skip to content

Commit ec147dd

Browse files
committed
Merge branch 'master' of github.com:audienceproject/userreport-ios-sdk
2 parents 538e72a + 9214983 commit ec147dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ user.emailSha256 = "SHA256_EMAIL_HASH"
5959
// Provide additional social network information
6060
user.facebookId = "FACEBOOK_ID"
6161
62-
//It is also possible to override default rules when survey will appear, though, userSettings parameter is optional
62+
//It is also possible to override default rules when survey will appear;
63+
//though, userSettings parameter is optional
6364
let settings = Settings()
6465
settings.sessionScreensView = 5
6566
settings.inviteAfterNSecondsInApp = 20
6667
67-
UserReport.shared?.updateSettings(settings)
6868
// Configure
6969
UserReport.configure(sakId: "YOUR_SAK_ID", mediaId: "YOU_MEDIA_ID", user: user, userSetting: setting)
7070

0 commit comments

Comments
 (0)