github BranchMetrics/ios-branch-deep-linking-attribution 1.40.0

latest releases: 3.6.3, 3.6.2, 3.6.1...
2 years ago

Warning: This release has a serialization issue which incorrectly turns opens into reinstalls, please use 1.40.2 instead.

v.1.40.0

CORE-1589 Add support for LPLinkMetadata on share sheets.

    // LPLinkMetadata example
    if (@available(iOS 13.0, *)) {
        LPLinkMetadata *tempLinkMetatData = [[LPLinkMetadata alloc] init];
        tempLinkMetatData.title = @"Branch URL";
        UIImage *img = [UIImage imageNamed:@"Brand Assets"];
        tempLinkMetatData.iconProvider = [[NSItemProvider alloc] initWithObject:img];
        tempLinkMetatData.imageProvider = [[NSItemProvider alloc] initWithObject:img];
        shareLink.lpMetaData = tempLinkMetatData;
    }

See https://developer.apple.com/documentation/linkpresentation/lplinkmetadata?language=objc

CORE-1577 and CORE-1946. Use NSKeyedUnarchiver secureCoding on iOS 12+

CORE-1628 Update Crashlytics to FIRCrashlytics

CORE-1258 Rename device_fingerprint_id and identity_id to better reflect function. Fingerprinting was removed long ago.

CORE-2206 Remove credit related methods. The feature has been deprecated and the supporting services will be decommissioned.

Don't miss a new ios-branch-deep-linking-attribution release

NewReleases is sending notifications on new releases.