Skip to content

Commit

Permalink
[#169] Enable base64
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Aug 10, 2023
1 parent 49a75b0 commit 82ddcef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ platform :ios do
key_id: Constants.APP_STORE_KEY_ID,
issuer_id: Constants.APP_STORE_ISSUER_ID,
key_content: Environments.APPSTORE_CONNECT_API_KEY,
is_key_content_base64: false
is_key_content_base64: true
)
end

Expand Down

0 comments on commit 82ddcef

Please sign in to comment.