Skip to content

Commit

Permalink
Merge pull request #50 from nevissecurity/feature/NEVISACCESSAPP-6311-…
Browse files Browse the repository at this point in the history
…add-beta-app-description

NEVISACCESSAPP-6311: Extended the App Store upload with a required field "Beta App Description"
  • Loading branch information
viktor-gulyas authored Nov 18, 2024
2 parents 74c1c8a + c658f57 commit b563bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ platform :ios do
# Upload App to TestFlight
upload_to_testflight(
beta_app_review_info: beta_app_review_info,
beta_app_description: "https://github.com/nevissecurity/nevis-mobile-authentication-sdk-example-app-react",
groups: "Nevis testers",
changelog: "https://docs.nevis.net/authcloud/access-app/test-access-app",
changelog: "https://docs.nevis.net/mobilesdk/quickstart",
distribute_external: true
)
end
Expand Down

0 comments on commit b563bd0

Please sign in to comment.