Miniapp SDK v4.1.0
SDK
- Feature: Added support for Swift Package Manager
- Feature: Updated create method with optional
fromCache
variable that helps to load the mini-app from cache.
MiniApp#create(appId:versionId:queryParams:completionHandler:messageInterface:adsDisplayer:fromCache)
MiniApp#create(appInfo:queryParams:completionHandler:messageInterface:adsDisplayer:fromCache)
- Feature: Added a new interface
downloadFile(fileName:url:headers:completionHandler:)
inMiniAppMessageDelegate
to support downloadFile behavior with custom file.