Skip to content

Release 8.10.0

Latest

Choose a tag to compare

@RodrigoSMarques RodrigoSMarques released this 05 Oct 12:51
· 1 commit to master since this release
8831e81

🎉 Features

Introduced platform-specific API URL configuration. This allows developers to define different API endpoints for Android and iOS in branch-config.json.

  • Added key apiUrlAndroid in branch-config.json to configure the API URL for the Android platform.
  • Added key apiUrlIOS in branch-config.json to configure the API URL for the iOS platform.

🗑️ Removals

  • ⚠️ The generic apiUrl key has been removed from branch-config.json. Please update your configuration to use the new platform-specific keys (apiUrlAndroid and apiUrlIOS).