Category "ios"

App Tracking Transparency implementation with firebase/facebook analytics

Since ios 14 developers are required to use App Tracking Transparency framework to request permissions from user for tracking. My app is running in flutter and

Understanding MetricKit...didRecieve?

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

Export Archive with Xcode13: The data couldn’t be read because it isn’t in the correct format

Xcode 13.2.1 Exporting Archive for Development team with "Distribute App" fails Xcode 13.1 - works on the same MacBook to export IPA for development distributio

Radio button style using icon buttons in flutter

I want to create a radio button style voting system using icons in Flutter (Dart) which looks like this: vote icons The concept is simple: The page will display

Auto flash on/off behaving weird with ambientIntensity of ARKit

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

flutter build ios --release fatal error: module 'add_2_calendar' not found

I want to make a release for my project who work perefctly in dev mode. When I make only flutter ios build it works fine but flutter build ios --release doesn'

3D point cloud from AVDepthData / CVPixelBuffer iOS

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

Flutter app orientation changes from portrait to landscape

When I load my flutter app which uses " scan: ^1.6.0 " package once the scanner gets mounted my app shifts orientation from portrait to landscape this only happ

Instance member '....' cannot be used on type 'CustomTextField'; did you mean to use a value of this type instead?

I want to change the 'leftIcon' variable in the CustomTextField class from the ViewController. however, I get the following error in the CustomTextField class.

Error 'cannot find type 'UIHostingController' in scope'

Why could a distribution build be failed with SwiftUI? I added SwiftUI into my iOS 10+ project, and build it locally with @available(iOS 13.0, *) prefix, but wh

Shopify iOS SDK error: Value of type 'Storefront.ShopQuery' has no member 'currencyCode'

I'm getting started with Shopify's iOS sdk and in following the official readme on GitHub, I keep getting an error that I can't get rid of. I've followed the se

Shopify iOS SDK error: Value of type 'Storefront.ShopQuery' has no member 'currencyCode'

I'm getting started with Shopify's iOS sdk and in following the official readme on GitHub, I keep getting an error that I can't get rid of. I've followed the se

How can I fix this Mixpanel iOS 30-second background task timeout bug (mixpanel-react-native)?

Problem My app is occasionally terminating in background after 30 seconds in release mode. The below warning appears after ~30 seconds of the app being sent int

HealthKit background fetch without observing

I want to make regular HealthKit requests in the background in a BGTask. I don't want to observe changes in HealthKit necessarily. Is this possible?

PhaseScriptExecution error in React Native app

Facing this error when I run react-native run-ios after creating the project Error - error Failed to build iOS project. We ran "xcodebuild" command but it exite

CocoaPods not installed. Skipping pod install

My app was working fine until I did 2 small changes. On Target runner in Xcode I enabled bitcode for the project. I update the Android studio to the latest vers

Selection of nested CoreData List SwiftUI

Im trying to make my List selectable so I can delete or share multiple instances! Im trying to do that, with this method: List(selection: $selection) Here's my

Understanding Flutter and React Native [closed]

I am evaluating React Native and Flutter. I am not experienced in both of these frameworks and hence need some information which I did not fin

Why is Xcode crashing when I try to preview?

Every time I am trying to resume my preview canvas in Xcode I get this annoying error. I tried restarting, moving the project to another location, and changing

iOS Deep link callbacks not working when the app is closed

I'm using a deep linking in my application and using this code in my SceneDelegate to segue to a view controller. func scene(_ scene: UIScene, openURLContexts U