wire-ios icon indicating copy to clipboard operation
wire-ios copied to clipboard

chore: partially rename services to apps in UI and code - WPB-21441

Open caldrian opened this issue 3 weeks ago • 1 comments

StoryWPB-21441 [iOS] [Integration] Toggle Apps in Conversation Flow

Issue

Currently the group creation dialog doesn't show the allow-apps toggle and doesn't consider the feature flag. This PR fixes it. It also renames services to apps in the codebase.

Testing

Open the create conversation screen and check that the "Allow Apps" toggle is only visible if the feature flag is enabled.


Checklist

  • [ ] Title contains a reference JIRA issue number like [WPB-XXX].
  • [ ] Description is filled and free of optional paragraphs.
  • [ ] Adds/updates automated tests.

UI accessibility checklist

If your PR includes UI changes, please utilize this checklist:

  • [ ] Make sure you use the API for UI elements that support large fonts.
  • [ ] All colors are taken from WireDesign.ColorTheme or constructed using WireDesign.BaseColorPalette.
  • [ ] New UI elements have Accessibility strings for VoiceOver.

caldrian avatar Nov 11 '25 15:11 caldrian