Skip to content

v3.7.0

Compare
Choose a tag to compare
@Climbatize Climbatize released this 14 Dec 02:05
· 252 commits to master since this release
c90c9f2

SDK

  • Feature: Store Manifest as a json file
  • Feature: A secure check is performed on manifest permissions before launching the Mini App
  • Feature: A new subspec MiniApp/Signature is now available. If the dependency is added to the host, the MiniApp zip file signature is now checked to prevent file corruption or man in the middle attack
  • Feature: A RMAForceSignatureCheck boolean setting can be set in '.plist' file. It is considered false by default and is only used by MiniApp/Signature
  • Feature: Added support for App Store URL schemes
  • Feature: Added new public interface getMiniAppPreviewInfo to get Mini app info using preview token
  • Feature: Added SSL pinning check for API calls
  • Feature: Added getHostEnvironmentInfo(completionHandler:) interface to return MAHostEnvironmentInfo details to miniapp

Sample app

  • Feature: First time permissions screen now displays requested scopes
  • Feature: ATS deactivated to match production needs
  • Feature: Added support for previewing mini app using QR Code