Skip to content

Commit 5bf0ab2

Browse files
author
github-actions
committed
fix: resolve() on init
1 parent 04c4b43 commit 5bf0ab2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ios/ExtoleMobileSdk.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class ExtoleMobileSdk: NSObject {
1818
extole = ExtoleImpl(programDomain: "https://" + (programDomain as String), applicationName: appName,
1919
personIdentifier: email, applicationData: appData, data: data, labels: labels, sandbox: sandbox,
2020
listenToEvents: true, disabledActions: [ActionType.PROMPT, ActionType.VIEW_FULLSCREEN], jwt: jwt)
21+
resolve(true)
2122
}
2223

2324
@objc(sendEvent:withData:withResolver:withRejecter:)

0 commit comments

Comments
 (0)