You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,11 @@
1
1
## 8.10.0
2
-
3
2
### 🎉 Features
4
-
Improved the API URL configuration by moving to a platform-specific setup.
3
+
**Introduced platform-specific API URL configuration.** This allows developers to define different API endpoints for Android and iOS in `branch-config.json`.
5
4
- Added key `apiUrlAndroid` in `branch-config.json` to configure the API URL for the Android platform.
6
5
- Added key `apiUrlIOS` in `branch-config.json` to configure the API URL for the iOS platform.
7
6
8
-
This allows developers to define different API endpoints (or keep the SDK default) for Android and iOS within the `branch-config.json` file.
9
-
10
7
### 🗑️ Removals
11
-
- ⚠️ The `apiUrl` key has been removed from `branch-config.json`. Please update your configuration to use the new platform-specific keys.
12
-
8
+
- ⚠️ 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`).
0 commit comments