Skip to content

Commit

Permalink
fix:.修复Need to acknowledge to Apple's Apple ID and Privacy statement问题,
Browse files Browse the repository at this point in the history
…https://docs.fastlane.tools/app-store-connect-api/ 使用apple最新的api秘钥授权方式,使用fastlane action app_store_connect_api_key(            key_id: "D383SF739",            issuer_id: "6053b7fe-68a8-4acb-89be-165aa6465141",            key_content: "base64(p8文件内的字符串内容)",            is_key_content_base64: true, #key_content采用的base64加密,            duration: 1200, # optional            in_house: false, # optional but may be required if using match/sigh          )这种授权方式解决 DONE Success!
  • Loading branch information
lyf571321556 committed Feb 25, 2021
1 parent 0c7d7ac commit 0a92a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $env_key_leancloud_appid = 'LEANCLOUD_APP_ID'
$env_key_leancloud_appkey = 'LEANCLOUD_APP_KEY'
$env_key_fabric_api_token = 'FABRIC_API_TOKEN'
$env_key_fabric_build_secret = 'FABRIC_BUILD_SECRET'
# match证书管理用到的auth key,格式为Base64.encode64("<Github username>:<Github Personal Access Token>")
$env_key_fastlane_match_basic_auth = 'MATCH_GIT_BASIC_AUTHORIZATION'
# fastlane打包上传ipa到app-store-connect需要使用最新授权方式(https://docs.fastlane.tools/app-store-connect-api/)
$env_key_fastlane_apple_auth_json_key = 'APPLE_AUTH_JSON_KEY'
Expand Down

0 comments on commit 0a92a08

Please sign in to comment.