I use Firebase Crashlytics for crash reporting. Recently I got some Out Of Memory (OOM) crashes on my iOS device. So I'm trying to find any reports in Firebase
After upgrading the mac OS and XCode to 13.2.1 and iPhone to 15.1, the device stopped connecting to the mac. It kept showing the error as Failed to prepare dev
So i am trying to monitor the connection status by closers : func reconnect(success: @escaping () -> Void, failure: @escaping () -> Void) { let ma
I want to change the voice of user while they are on call. Current implementation has Twilio SDK. Is there any other SDK which provides the functionality to cha
I have viewController with tableView inside it. this tableView has many sections and rows. when I try to add a new row in the last section using TableView.inse
Jmeter logs : 2018-11-28 18:35:49,906 INFO o.a.j.p.h.p.ProxyControl: Valid alias found for :root_ca: 2018-11-28 18:35:49,907 INFO o.a.j.p.h.p.ProxyControl: Va
When I start my app with Xcode, I have a crash, but without an error. The app is just stopping on this thread: What can I do to have more information about the
How to flip an UIImage vertically (up/down)? This is a question that is asked before... Flip UIImage Along Either Axis How to flip UIImage horizontally? How to
I am trying to create an enum of a struct that I would like to initialize: struct CustomStruct { var variable1: String var variable2: AnyClass var
I'm using Swift and Firestore database to implement an app like Twitter. I want to add sweet (it's like tweet) when button is clicked to the database. And then
I have Teamcity installed with an Agent on a MAC. When I try to build the iOS project I have this error: error: No signing certificate "iOS Development" found:
I'm getting issue during install pod in react-native project Nanaimo::Reader::ParseError - [!] Array missing ',' in between objects please help me if anyone h
macOS Monterrey 12.0.1 (21A559) Xcode 13.3.1 (13E500a) iOS app deployment target 10.0 I have been working with this app for a few years now, when the Apple auth
Is it possible to use more than one coreLocation service at the same time? For example, significantLocationChange and visits together
I’ve been using background_locator to fetch the location of the user in the background even when app is killed. To be honest, it’s the only package
When i try to decode the raw h264 stream , CVBuffer gives me nil on callback, and this only happen on the real device(iPhone , iPad) and not on the simulator. A
On button click, I want to create tooltip. and now I am getting a rectangle. How do I add a pointer as below image? Expected: Current: Following is the co
I'm trying to send push notification for iOS via Google cloud functions but it returns error that The provided registration token is not registered. But I've ch
Is there a way to check if a user's iCloud account has two-factor authentication enabled? I am adding iCloud functionality to my app using CloudKit and for add
My react native project on iOS simulator crashes randomly with this error when I open and close the ChatRoom screen, I guess it's a problem with the react nativ