Post

Replies

Boosts

Views

Activity

Reply to Copy Whats new Text from a previous release
I used a third-party tool called Fastlane - it allows you to upload release notes with a single command. You can keep your "What's New" texts in plain .txt files and push all translations at once with just one command. lane :update_release_notes do deliver( metadata_path: "./fastlane/metadata", # points to your local metadata skip_binary_upload: true, # don’t upload any .ipa/pkg skip_screenshots: true, # don’t upload screenshots skip_app_version_update: true, # (optional) leave version untouched force: true # skip the HTML report step ) end
May ’25
Reply to Copy Whats new Text from a previous release
I used a third-party tool called Fastlane - it allows you to upload release notes with a single command. You can keep your "What's New" texts in plain .txt files and push all translations at once with just one command. lane :update_release_notes do deliver( metadata_path: "./fastlane/metadata", # points to your local metadata skip_binary_upload: true, # don’t upload any .ipa/pkg skip_screenshots: true, # don’t upload screenshots skip_app_version_update: true, # (optional) leave version untouched force: true # skip the HTML report step ) end
Replies
Boosts
Views
Activity
May ’25
Reply to Copy Whats new Text from a previous release
Raised a suggestion: FB17496514
Replies
Boosts
Views
Activity
May ’25
Reply to Simulator iOS 15 Can't Response touch on Xcode 15.4
I created a report: FB15175612 (Simulator iOS 15 Can't Response touch on Xcode 16.0) Still occurring on Xcode 16.0.
Replies
Boosts
Views
Activity
Sep ’24
Reply to UILabel truncates inside UIStackView?
Set the Distribution in the surrounding StackView to Equal Centering (in the Storyboard). That worked for me. MFG
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’23