Releases: GleapSDK/Gleap-iOS-SDK
Releases · GleapSDK/Gleap-iOS-SDK
v13.2.2
- Removed
if (@available(iOS 16.4, *)) {
[self.webView setInspectable: YES];
} else {
// Fallback on earlier versions
}
v13.2.1
Internal bug fix.
v13.2.0
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
- 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)
toGleapDelegate
v13.0.0
Improved Gleap.identify() method by adding plan, companyId and companyName as possible properties.
v12.1.0
Added support for checklists to boost onboarding.
v12.0.2
v12.0.2
v12.0.1
v12.0.1
v12.0.0
In version 12 of the Gleap SDK, outbound messages now utilize websockets. This enhancement boosts both performance and speed.
v11.2.1
v11.2.1