mobile-sdk-ios
mobile-sdk-ios copied to clipboard
Crowdin iOS SDK delivers all new translations from Crowdin project to the application immediately
Closes #194
Closes #271
Currently the SDK only supports over-the-air `.strings` and `.stringsdict` files. If a distribution contains an `.xcstrings` file format, it will not be processed correctly by the SDK and translations will...
**Describe the bug** I have fresh install of the app using Crowdin SDK with floating settings button. I used it for login - enter credentials and hit "Remeber login", I've...
Hi! For what purpose you include Toast.swift (Toast banners UIView extension) by Charles Scalesse to the iOS sdk?
Currently, we build only the `Example` project in the CI/CD build pipeline. We should build the `ObjCExample` project as well. Related code: https://github.com/crowdin/mobile-sdk-ios/blob/master/.github/workflows/build.yml#L76C15-L76C26
Currently, the [`build.yml`](https://github.com/crowdin/mobile-sdk-ios/blob/master/.github/workflows/build.yml) doesn't use any caching for CocoaPods dependencies. We need to add the caching step to allow reusing these dependencies and reduce the execution time. **Note**: the `Example`...
**Is your feature request related to a problem? Please describe.** There is a DoS vulnerability in REXML gem which is included in the Starscream dependency. This vulnerability has been assigned...