🎉 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
apiUrlAndroidinbranch-config.jsonto configure the API URL for the Android platform. - Added key
apiUrlIOSinbranch-config.jsonto configure the API URL for the iOS platform.
🗑️ Removals
⚠️ The genericapiUrlkey has been removed frombranch-config.json. Please update your configuration to use the new platform-specific keys (apiUrlAndroidandapiUrlIOS).