Is there any alternative way other than WKScriptMessageHandler to communicate from Javascript to native code?
I am using iOS 13 where Background Task framework there. My Query is Can it will be possible to fetch HealthKit Data in Background Mode. Can i send these Healt
This one's a weird one. I have a little API server that does some stuff that I want my mobile app to talk to. It has DNS and SSL correct configured, I can reach
how am I supposed to change this piece of code? The current solutions for this problem either cover older iOS versions or are unanswered. This is the line: UIAp
I'm creating an iOS app where I want a user to be able to live stream a video, however, users who join the live stream after it starts, start watching the strea
I have the following in my AppDelegate //added these 3 methods func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:
hope you're well, i am working on an app which uses TableView for showing feeds to user using ViewModel and my ViewModel contains a variable which contains data
In SwiftUI on my device, I set the appearance to dark mode. However, my application doesn't change the background colour based on that appearance. For the color
I'm having a question about a computed property where I'm using a combination of computed Booleans to get a result. I understand the logic behind the code, but
I am experiencing the problem after the macOS 12.3 Monterey update. I get the following error when I want to run the project. There is a code looking for "/usr/
Wed 5/18 Additional Info added at Step 5 I am able to create a URLSesion, build a request with a file to upload and successfully call it from my app. On my serv
Whenever I switch branch or trigger a build, I'm getting my xschemes modified by Xcode, it seemed to happens since the last OS version. My schemes are shared am
I have a problem rotating the preview when I drag a button. In this project I drag a button that represents a street that you can rotate, so when the user rotat
I recently added MetricKit to my app, and I've done the research and think I understand how this works by using the documentation example. I've added the Metri
I have two classes here. Music which is used to store music url and load metadata, and MusicManager which is used to store a list of music and sort them after l
I have an application and i am working with WKWebView. In WkWebView i have "get directions" links. When i press the "get directions" link, it must open a map. B
I've implemented auto flash on-off using ARKit because I'm using ARKit on the same screen. Implementation: func session(_ session: ARSession, didUpdate frame: A
i'm new to iOS development so apologies if this is something basic. I want to create a point cloud having [x, y, z, r, g, b] values using the AVDepthData / CVPi
I'm planning to update my app from a Paid app to a Free app with possible IAPs. I've come across the Receipt Validation, but I'm finding it very confusing. All
I’m working on migrating my MapBox version from v6.4 to v10. I have been able to migrate almost everything, only issue I have at the moment is changing th