Skip to content

v0.1.0

Choose a tag to compare

@bhavesh-lw bhavesh-lw released this 11 Feb 13:05
· 37 commits to main since this release
37c75c4

What's new:

  • Standardized the update alert response across platforms.

Breaking Changes:

  • There are breaking changes in the sync method. Moving forward, the update response will be shared based on the respective Android and iOS platforms. Detailed changes to the properties are outlined below.

    • Replaced androidBuildNumber and iOSBuildNumber with buildNumber
    • Replaced isAndroidUpdate and isIOSUpdate with isUpdateEnabled
    • Replaced isAndroidForcedUpdate and isIOSForcedUpdate with isForcedUpdate
    • Replaced androidMinBuildVersion and iosMinBuildVersion with minBuildVersion
    • Replaced androidUpdateLink and iosUpdateLink with updateLink