Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink method of the Adjust instance.
Added ability to inject iOS in-app purchase receipt directly as base64 encoded string when you are performing purchase event verification. You can achieve this by passing the base64 encoded string receipt via setReceiptBase64 method of the AdjustEvent instance.
processDeeplink
method of theAdjust
instance.setReceiptBase64
method of theAdjustEvent
instance.