ppave
ppave
As per https://docs.amplify.aws/sdk/auth/federated-identities/q/platform/ios >>> federatedSignIn() can be used to obtain federated “Identity ID” using external providers like Google, Facebook or Twitter. If the tokens are expired and new tokens are...
Thank you in advance
``` private func mergeAssetsAndPlay(assets: [Any]) { let videoURLs = assets.compactMap { $0 as? URL } let trackItems = videoURLs.map { let asset = AVAsset(url: $0) let resource = AVAssetTrackResource(asset: asset)...
### Summary Fix for iOS 17.1+ versions when using PanModal for view controller containers (UINavigationController, UIPageViewController, etc). In this case `containerView` inside `PanModalPresentationController` is nil and it breaks the logic,...
### Description Currently we use multiple Firebase projects that we connect to at runtime. Let's say **_eu_** and **_us_** with corresponding **_GoogleService-Info_** and **_GoogleService-Info-us_** plists. And we get auto-uploading DSYMs...
### How frequently does the bug occur? 5-10 crashes for every 5k users. ### Description Recently I've updated the Realm Swift SDK from 10.7.2 to 10.43.1 and started to see...
I don't know details, just see these crashes on the devices running iOS 18 Beta. ``` 0 Foundation 0x37bf7c specialized static NSDecimal._decimal(from:decimalSeparator:matchEntireString:) + 3416 1 Foundation 0x410570 _NSStringToDecimal + 60...
### How frequently does the bug occur? Often, many new users affected ### Description at calling `try realm.write {` ### Stacktrace & log output ```shell 2 RealmSwift 0x00000001052cc5c0 realm::util::File::barrier() +...