Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Korney committed Oct 13, 2023
1 parent f41f1eb commit 76067fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ Affise.load(app: application,
initProperties: AffiseInitProperties(
affiseAppId: "Your appId",
secretKey: "Your secretKey",
isProduction: false, //Set Production to false to enable debug methods
isProduction: false, //To enable debug methods set Production to false
),
launchOptions: launchOptions
)
Expand Down
2 changes: 1 addition & 1 deletion example/app/app/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
let properties = AffiseInitProperties(
affiseAppId: "129",
secretKey: "93a40b54-6f12-443f-a250-ebf67c5ee4d2",
isProduction: false //Set Production to false to enable debug methods
isProduction: false //To enable debug methods set Production to false
)
Affise.load(app: application, initProperties: properties, launchOptions: launchOptions)

Expand Down

0 comments on commit 76067fe

Please sign in to comment.