v3.7.0
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 byMiniApp/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 returnMAHostEnvironmentInfo
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