I am trying to import two packages, both called PushNotifications, into Swift Package Manager. I need them both. However as they both have the same name I get t
Actually the initial question was: "What exactly the kCGBitmapByteOrderDefault is?" Because sometimes CGImageGetByteOrderInfo(CGImageRef image) returns kCGBitma
I want to search a folder that exists in my iCloud Drive for files. How can I get the paths of all files inside an iCloud folder on an iOS device or on Mac (via
I have this code to open a link to the App Store for the user to write a review: guard var urlComponents = URLComponents(string: "https://apps.apple.com/app/any
Goal: An AR app using the ultra wide camera 0.5 on iPhone 13 Pro. Tried: The documentation is very scarce, and shows only how to switch between front or back ca
StackOverflow. This is my first post. Please excuse any issues with the format. I've been trying to teach myself some iOS development in order to create an app
When trying to encode this: class MyClass: Object, Codable { @Persisted var someValue: String } // I've created and added MyClass to Realm. I then query for
So I have my app released which was written in another older framework (non flutter). I've since rewritten the app from scratch in Flutter. The app, while func
I am trying to integrate Admob. SDK version is 9.0. I copied the code from https://medium.com/geekculture/adding-google-mobile-ads-admob-to-your-swiftui-app-in-
I am trying to implement an answer to an old question. Here is that answer https://stackoverflow.com/a/26725721/1984167 And here are the code sections suggested
I am using Capacitor v3, NextJS static export, and a Django backend to build out an iOS app based on a production website. The current backend authentication sc
I am adding an option to add an option for users to choose system/light/dark modes. I am storing user choice in user defaults. Below is my code in AppDelegate a
I want to click each navigation item and direct it to another activity. I actually want to show the list view of 'now playing movie'. When I click that drawer i
I have a React Native snippet like this to show images in a flatlist card. <Image style={subheader.image} source = {{uri : image_url}} /> image_url has v
I am trying to make a simple Todo app and I'm trying to implement a feature where if I click on a row, the foreground color will be change. However, I have two
Cannot use the camera for an AR Unity App. When launching the app on an iOS device, the screen is totally black. I'm running Unity version 2021.3
I have some javascript in an acrobat form PDF that works fairly well on a PC, but doesn't work on an ios device. My goal is to send an email to an address that
I state that I am not an expert in Python and I started very recently with Kivy! I would like to know if it is possible, and if it makes sense, to add widgets s
I am trying to run my flutter project on my ios device, but I got an error in the xcode that says "Failed to package /Users/user/StudioProjects/project." Any so
I am working on an Angular application which connects with a Web Api to download files as a Blob. The files get downloaded fine on all mobile devices with the e