Skip to content

v2.3.0

Compare
Choose a tag to compare
@Climbatize Climbatize released this 14 Dec 02:12
· 410 commits to master since this release

SDK

  • Feature: Added separate public MiniAppUserInfoDelegate to communicate with the host app to getUserName and getProfilePhoto. Interfaces will be called only if user has agreed to the respective custom permission. i.e rakuten.miniapp.user.USER_NAME for getUserName and rakuten.miniapp.user.PROFILE_PHOTO for getProfilePhoto.
  • Feature: Added support for Javascript bridge interface for User Info detail retrieval from Mini app. getUserName() and getProfilePhoto().
  • Feature: Added a default sharing controller in the SDK for MiniAppMessageDelegate.shareContent. This means you are no longer required to implement this method and can instead choose to use the default functionality provided by the SDK if you wish.
  • Feature: Added support of playsinline and autoplay instruction of video html tag.
  • Fixed: Links in the external webview that targeted _blank were not functioning. This has been updated so that these links will open in the same webview.
  • Fixed: tel: links were not working in the external webview.
  • Deprecated: MiniAppCallbackProtocol has been deprecated and replaced with MiniAppCallbackDelegate. MiniAppCallbackProtocol will continue to function as a typealias for MiniAppCallbackDelegate, however it will be removed in the next major version.

Sample App

  • Feature: Added sample implementation for Retrieving Username & Profile photo from Mini app
  • Feature: Added search field for mini app list.