fastlane/fastlane
AvailableTerritories is deprecated and fastlane is not upgraded to new api endpoints
开放
#21,968 创建于 2024年4月12日
help wanted
仓库指标
- 星标
- (41,517 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Issue Description
There're some deprecated apple endpoints in fastlane: https://developer.apple.com/documentation/appstoreconnectapi/app_store_connect_api_release_notes/app_store_connect_api_2_3_release_notes#4165225
I was not able to check all of them but regarding https://developer.apple.com/documentation/appstoreconnectapi/list_all_available_territories_for_an_app we should be using this endpoint: GET https://api.appstoreconnect.apple.com/v2/appAvailabilities/{id}/territoryAvailabilities and NOT this: GET https://api.appstoreconnect.apple.com/v1/apps/{id}/availableTerritories
Do we have a plan to start using new endpoints?
Thanks a lot