Skip to content

Releases: GleapSDK/Gleap-iOS-SDK

v13.2.2

06 Feb 13:54
Compare
Choose a tag to compare
  • Removed
if (@available(iOS 16.4, *)) {
        [self.webView setInspectable: YES];
    } else {
        // Fallback on earlier versions
    }

v13.2.1

01 Feb 15:56
Compare
Choose a tag to compare

Internal bug fix.

v13.2.0

01 Feb 09:05
Compare
Choose a tag to compare

Added:

/**
 * Identifies a guest as user.
 * @author Gleap
 *
 * @param userId The user ID of the the user (can be an email as well)
 * @param data The updated user data.
 */
+ (void)identifyContact:(NSString *)userId andData:(nullable GleapUserProperty *)data;

/**
 * Identifies a guest as user (secure).
 * @author Gleap
 *
 * @param userId The user ID of the the user (can be an email as well)
 * @param data The updated user data.
 * @param userHash The calculated user hash to verify ownership.
 */
+ (void)identifyContact:(NSString *)userId andData:(nullable GleapUserProperty *)data andUserHash:(NSString *)userHash;

/**
 * Updates the current contact data.
 * @author Gleap
 *
 * @param data The updated user data.
 */
+ (void)updateContact:(nullable GleapUserProperty *)data;

v13.1.0

18 Dec 10:51
Compare
Choose a tag to compare
  • Added + (void)startConversation:(BOOL)showBackButton; to start a blank conversation.
  • Added + (Boolean)startClassicForm:(NSString * _Nullable)formId showBackButton:(BOOL)showBackButton to start a classic form.
  • Added func notificationCountUpdated(_ count: Int32) to GleapDelegate

v13.0.0

29 Nov 14:12
Compare
Choose a tag to compare

Improved Gleap.identify() method by adding plan, companyId and companyName as possible properties.

v12.1.0

20 Oct 09:25
Compare
Choose a tag to compare

Added support for checklists to boost onboarding.

v12.0.2

02 Oct 13:46
Compare
Choose a tag to compare
v12.0.2

v12.0.1

30 Sep 19:58
Compare
Choose a tag to compare
v12.0.1

v12.0.0

30 Sep 11:37
Compare
Choose a tag to compare

In version 12 of the Gleap SDK, outbound messages now utilize websockets. This enhancement boosts both performance and speed.

v11.2.1

26 Sep 16:41
Compare
Choose a tag to compare
v11.2.1