hi i have developed an app in flutter and used pay: ^1.0.0 package for user to pay match fee if they want to enroll in it. it works fine in simulator iPhone 13
I am doing a project using iOS MultipeerConnectivity network with 2 iPhones. When I was measuring the round trip time (RTT), I found that the RTT is very unstab
I have this simple view. import SwiftUI struct ContentView: View { var body: some View { Text("Hello") } } struct ContentView_Previews: Previe
Problem: Iam trying to calculate DP using the following formula. dp = (width * 160) / density; Iam using this formula since i don't know how can i have the DP
I am following some swift tutorials and I have been noticing that sometimes it's enough to use the array and append/remove but sometimes you have to also add in
I'm working in Xamarin form ios. My issue is when click on push notification received when its inactive/killed,then its stuck in launchscreen. I have implemente
After installing ipa file on my iPad 14.2 version this error prompt. " this app cannot be installed because its integrity could not be verified" what should
How we can get the data of push notification to save it in our local database using flutter iOS while in terminated state? We are using firebase admin-sdk to se
My app had a crash sometimes when taking a photo: [output capturePhotoWithSettings:avsettings delegate:self]; and the crash info: Fatal Exception: NSInvalid
I'm building an iOS app for a class, and I'm following along some instructions. The Edit button is connected to toggleEditingMode, but when I change the text, f
I use this package: https://pub.dev/packages/connectivity_plus I have a finished application that is working on Android but when I am testing it on iOS it shows
I found an error while trying to implement a SwiftUI representation of ARView with ARSessionDelegate based on Apple’s official example “Building an
I have a scroll view attached to superview(not safe area) and inside it there is a gradient filled view at top. However when i swipe up, the gradient gets pulle
I wrote framework on Swift UI, then Client told me that lower IOS was required to be supported on framework. I rewrite framework on UIKit/UIViewController, And
I am new to SwiftUI (like most people) and trying to figure out how to remove some whitespace above a List that I embedded in a NavigationView. In this image, y
I read expo's guides regarding applying for permission for the photo folder in the app. I added the correct strings in the app.json file "infoPlist": { "N
I have a page with multiple inputs, is it possible to add those arrow keys button to the keyboard from React native, so the user can use arrow keys to move bet
I am trying to test a little Ionic/Angular sample app on an iOS Emulator. On the web, all the requests to firestore using angularfire work perfectly fine. Someh
I'm trying to make a list with the raw values of the cases from an enumeration with the new SwiftUI framework. However, I'm having a trouble with conforming the
So I manually created an onboarding screen in React Native using ScrollView and also I added a button labeled next to enable the hidden screen to move in on the