Skip to content

MiniApp SDK v5.4.0

Compare
Choose a tag to compare
@rleojoseph rleojoseph released this 28 Aug 10:00
· 4 commits to master since this release

SDK

  • Feature: Added a new interface downloadMiniApp(appId:versionId:completionHandler:) to download Miniapp from platform in background if needed.
  • Feature: Added a utility method to know if Miniapp has beend downloaded properly. isMiniAppCacheAvailable(appId: String, versionId:)
  • Refactor: Updated unzip Miniapp method with optional completion handler that will let the host app know if the download is success. unzipMiniApp(fileName:miniAppId:versionId:completionHandler:)

Sample App

  • Feature: Added Menu in list view to Download and check if Miniapp is downloaded already.