Skip to content

Commit

Permalink
[fix] fastlane 앱스토어 업로드에서 인앱결제 체크 건너뛰기 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 19, 2024
1 parent 65c2a3f commit c87df45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ platform :ios do
api_key: api_key,
skip_metadata: true,
skip_screenshots: true,
precheck_include_in_app_purchases: false,
release_notes: {
"ko" => release_notes
},
Expand Down

0 comments on commit c87df45

Please sign in to comment.