Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
72 views

I am making a reminder app for both iOS and android based in expo using this video https://m.youtube.com/watch?v=V-hois8dgM4 for the base of the design. Unfortunately, I‘ve come to the point where I ...
Demonmasterc's user avatar
0 votes
0 answers
59 views

libobjc.A.dylib _objc_retain_x0 16 AVKit -[AVSampleBufferDisplayLayer(AVPictureInPictureSuppport) avkit_sampleBufferDisplayLayerPlayerController] 36 AVKit -[AVSampleBufferDisplayLayer(...
SUN GUANGXIN's user avatar
Advice
0 votes
3 replies
99 views

my country is not yet listed as a Tap to Pay user, but it is in the process of becoming so. We are currently a group of developers at a company in my country working on a project to integrate Tap to ...
Mauriho Enrique Escurra Colqui's user avatar
1 vote
1 answer
123 views

Steps: I click select, on list select option, list is collapsed. After that on other platforms select stay focused. On iOS26 only (Chrome and Safari both) body gain focus. WebKit in Safari 26 ...
user31742007's user avatar
0 votes
1 answer
123 views

I am trying to do simple thing - just to open the iPhone General Settings. It is my code (on button click): let settingsUrl = URL(string: UIApplication.openSettingsURLString)! if UIApplication.shared....
Rougher's user avatar
  • 868
1 vote
0 answers
75 views

I have a web app that requires access to the microphone. On iPhone browsers (both Chrome and Safari), users have to grant microphone permission on every page reload. This results in poor user ...
Chiawen's user avatar
  • 12k
2 votes
0 answers
47 views

I’m building an iOS eye-tracking app using ARKit’s ARFaceTrackingConfiguration and ARFaceAnchor.blendShapes (like .eyeLookInLeft, .eyeLookOutLeft, etc.) to estimate gaze direction. During calibration, ...
Syed Ajaz Haider Zaidi's user avatar
1 vote
0 answers
74 views

My website header is position fixed. And a input tag. When focus on input tag, the keyboard open but it pull the header up, there's no header anymore. Until blur input tag, keyboard disappear then ...
vanminh's user avatar
14 votes
3 answers
4k views

I recently upgraded my environment after the roll out of iOS 26, and now I’m unable to run my Flutter app on either an iOS simulator or a physical iPhone device. The error I get looks like this: ...
Akshay's user avatar
  • 350
0 votes
0 answers
27 views

I am facing an issue where when I use xcode or whatever IDE to build and installs and run the app on my iphone, it works fine as intended. But when I try to run the app (as it remains installed on my ...
Shayan Imsal's user avatar
0 votes
0 answers
61 views

Receiving error: Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the Signing & Capabilities editor. I have a team selected, and the bundle ...
Philip Gerou's user avatar
1 vote
0 answers
47 views

I have two components: AllBuyersTab and TicketCheckedInTab. The TicketCheckedInTab works fine, but I’m experiencing scroll lag in AllBuyersTab. Can anyone suggest a solution? I tried various solutions ...
Avnish's user avatar
  • 11
1 vote
0 answers
59 views

I am trying to conduct some automated testing on my iPhone on an app that uses speech for various commands. My approach will be: Use a Text to Speech tool to generate the speech I need as various ...
PKen's user avatar
  • 121
0 votes
1 answer
1k views

I’m trying to run a Flutter app on my physical iPhone from Android Studio/VS Code. The build fails with: Could not build the precompiled application for the device. Uncategorized (Xcode): Unable to ...
youssef N's user avatar
1 vote
0 answers
143 views

On macOS Tahoe26.0, iOS 26.0 (23A5287g) not emulator, Xcode 26.0 beta 3 (17A5276g) Follow this tutorial Testing your asset packs locally The start the test server commandI use this command line to ...
apelxy's user avatar
  • 1
1 vote
0 answers
97 views

I'm new to flet. I couldn't make ads work in a project. All attempts so far show up like the screen shot attached. I followed this tutorial (https://youtu.be/CgScZlh_xRs?si=icHZf_k0o_JMMqlq), and when ...
Dinner Duo corn's user avatar
0 votes
1 answer
1k views

Since installing the Xcode Beta (version 26.0 beta 5), it no longer runs my app on iPhone 11 and also not on iPad 10.2, running iOS 18.5 and iOS 18.6. The crash is caused by UIToolbar and leads to ...
Jekapa's user avatar
  • 177
0 votes
0 answers
92 views

I’m developing a Flutter navigation app that uses the flutter_tts package to provide spoken directions. However, when a voice instruction is played, Spotify (or other background music) stops ...
Android_devNL's user avatar
0 votes
0 answers
126 views

I'm attempting to send a simple select command to a iso7816-4 tag via NFC from an iPhone. I've listed out the aid(s) in info.plist, added the entitlements, and separately proved the select command ...
JimLiu666's user avatar
0 votes
1 answer
112 views

While testing some issue I discovered that enabling paste in the canPerformAction override in a UITextView force enables the memojis and stickers sections in the iOS Keyboard. Even though they are ...
Oscar Franco's user avatar
  • 6,320
0 votes
1 answer
286 views

I'm trying to implement background fetch in my React Native app using Expo on both a physical iPhone 7 Plus and the iOS simulator (iPhone 7 Plus). The app uses expo-background-fetch and expo-task-...
user avatar
0 votes
0 answers
271 views

I am using flutter 3.32.4, deployed app in appstore distribution. It seems in some iOS devices the images are turned out to pinkish overlay and unable to reproduce in debug mode. This is happening ...
Karthik Gaddam's user avatar
0 votes
0 answers
68 views

I'm working on a Capacitor plugin for iOS that uses MobileVLCKit to play an RTSP stream inside a UIView. The stream loads fine, and I manually adjust the aspect ratio using videoAspectRatio and ...
Badar's user avatar
  • 1
1 vote
0 answers
53 views

I'm working on integrating FactSet authentication into my web application. For Windows and Android, I’m currently using an iframe to load the FactSet auth page and capture the token using window....
Avanish Srivastava's user avatar
0 votes
0 answers
71 views

I’m currently working on a Flutter app that uses a subscription-based in-app purchase model. I’m running into a recurring issue with receipt verification via my Node.js backend: the Apple verification ...
Ronald Nickel's user avatar
-3 votes
1 answer
135 views

I am preparing an iOS app submission that uses Stripe as an alternative payment processor for purchases. These purchases are not for in-app digital goods or subscriptions, but specifically for ...
HouseOfCode's user avatar
3 votes
1 answer
155 views

I use Carnets for jupyter notebook in Iphone 13. First,I executed this command. !pip install arkit Next,I tried importing arkit_sensor_ar_ex import arkit.arkit_sensor_ar_ex But,I got an error like ...
kiyotsuki's user avatar
1 vote
1 answer
117 views

From the NWPath-Documentation "isExpensive - A Boolean indicating whether the path uses an interface that is considered expensive, such as Cellular or a Personal Hotspot." How is "...
cluster1's user avatar
  • 6,128
0 votes
0 answers
197 views

I'm facing an issue with RTL (Right-to-Left) language switching in my React Native-only app. The layout direction change works perfectly on Android, but on iOS (tested on iPhone 7 Plus), the RTL ...
user avatar
0 votes
0 answers
65 views

NOTE: Description changed. Previous problem of photodb.export() is null issue. Export seems to be per photo.export() but does not seem to be outputing any image. Why is photo.export() not working. ...
frankr6591's user avatar
  • 1,267
0 votes
0 answers
267 views

I've got an issue with libarchive extraction on iOS system, it crashes while unpacking it, happens not for all users, only a few ones. int copy_data(struct archive* ar, struct archive* aw) { const ...
qrandom's user avatar
0 votes
1 answer
204 views

On the iPhone, when you double-tap a text field, you get the options to Paste or AutoFill. When you choose AutoFill, one of the options is Scan Text, which opens a forward-facing camera preview on the ...
Ben Hill's user avatar
0 votes
1 answer
79 views

Apple shows this safe area (hig, layout): I want to fill the entire safe area, including the margins. Is there any way to get to this without manually measuring in every single device? ZStack { ...
fer0n's user avatar
  • 1,313
0 votes
2 answers
193 views

Crash Type: EXC_BAD_ACCESS (SIGABRT) with KERN_INVALID_ADDRESS at 0x0000000000000000 Thread: Main thread (Thread 0) Trigger Point: During CameraPlugin.register(with:) call Device: iPhone ...
Subratsss's user avatar
  • 835
0 votes
0 answers
58 views

Good day everyone, I'm working on a Next.js project where I need to allow users to upload images using their device's camera. Here's the relevant snippet: import { Loader2, Camera } from "lucide-...
Micode's user avatar
  • 292
0 votes
0 answers
25 views

I'm building a meditation timer as a React PWA. When users add it to their iPhone homescreen and run it as a standalone app, the end bell sound (using an element) sometimes rings both at the start ...
asyncasana's user avatar
0 votes
0 answers
56 views

Trying to resolve this issue in many ways. RN 0.71.4 but my senior also have the same code base but the don't have this issue. i don't know why?[enter image description here][1] [1]: https://i.sstatic....
Jeeva Venkatesan's user avatar
0 votes
0 answers
48 views

One user in particular is struggling to use my app on a new iPhone. We've confirmed other devices on the same wifi network work with the same app totally fine, and we've also confirmed that switching ...
Austin Witherspoon's user avatar
0 votes
0 answers
178 views

I am making a webApplication in NextJs. I have to make it responsive for iPphone. The problem I am facing is when the user touches an input box it get disappears under the keyboard if the input is ...
Muradtheoz's user avatar
0 votes
0 answers
48 views

I'm developing a camera app, and I'm currently facing some issues with my startRecording* function. func startRecording() { let timestamp = Int(Date().timeIntervalSince1970) movieURL = ...
Hùng Nguyễn's user avatar
0 votes
1 answer
65 views

I made a simple birthday invitation website. when I checked the view in the web inspector, everything looked fine, but when I uploaded it and opened it in chrome on iphone 11, the styles for the ...
medovsq's user avatar
1 vote
0 answers
209 views

I have been using camera API for an iOS application which launches the camera and captures the image. So user of my app has reported the issue that they are not able to capture the images sometimes ...
user_8275's user avatar
  • 289
-1 votes
2 answers
285 views

I have a project using Flutter version 3.3.2 and CocoaPods 1.16.2 on a Mac m4. I can run a project on Android, but I can't run a project on the iOS simulator. I tried to install CocoaPods 1.15.0 with ...
Ertiqa Soft's user avatar
1 vote
0 answers
61 views

I know it's possible to view hourly sales data in App Store Connect by navigating to the appropriate section, as described in the following link: https://developer.apple.com/help/app-store-connect/...
Khashayar's user avatar
  • 488
1 vote
1 answer
144 views

I'm trying to set up a DeviceActivityFilter where the start is the current time and the end is midnight. My current implementation is below and is not working and is still showing the user's usage ...
Daniel Wells Jr's user avatar
0 votes
1 answer
78 views

I’m using a LaunchScreen.storyboard with a centered label, where the text is vertically aligned to the center of the superview. I want to recreate the same layout in SwiftUI, so that after the launch ...
HOCKULUS's user avatar
0 votes
1 answer
308 views

We're facing an issue with Universal Links on iOS 18 and above. The problem seems related to how iOS handles redirects before reaching a Universal Link. When we open this direct Universal Link, the ...
ankitjaiswal's user avatar
  • 5,401
1 vote
1 answer
284 views

Tools & Library versions: Flutter: - Firebase_auth: ^5.5.2 Flutter 3.29.2 Dart 3.7.2 DevTools 2.42.3 My pod version: 1.16.2 Having this error in the PigeonParser class while building app in ...
Mrinal Talchira's user avatar
-2 votes
1 answer
84 views

I have a website and it works correctly in Desktop and Androids. When I check my website in Iphone, there are 2 things that are wrong Size Value in HTML input tag does not increase the size of input ...
Hahanap's user avatar
0 votes
0 answers
38 views

I got this error only when I put the camera to run in expo IOS... but the app works perfetly in web browser. (NOBRIDGE) ERROR Warning: Invariant Violation: View config getter callback for component ...
Pêndulo global's user avatar

1
2 3 4 5
4402