Гость » 09 мар 2024, 14:18
Последнее сообщение Гость «
Гость »
It looks like for my app the firebase app check is not working with iOS16. I have configured the app attest and its been working for more than a year, it's still working with older iOS versions but not iOS 16.
Гость » 09 мар 2024, 14:07
Последнее сообщение Гость «
Гость »
I'm encountering an issue with the QR code scanner on my iPad 7th Gen running ipadOS 17.4. While the scanner seems to be functioning normally on the latest iPad 10th Gen (also on ipadOS 17.4), it's not working at all for ipad 7th gen (ipadOS 17.4)...
Гость » 09 мар 2024, 14:06
Последнее сообщение Гость «
Гость »
When making requests to a server, sometimes data is expected as a result (e.g. GET) and sometimes not (e.g. PUT). In my case, I have a websocket connection which is, amongst other things, used to tell the server things (no data returned), but also...
Гость » 09 мар 2024, 13:47
Последнее сообщение Гость «
Гость »
I am currently building an app in React Native with Expo and I want to have a screen where I display a video. I am currently trying to do that with Expo Video but it isn't going that well. Here is the code of the screen:
Гость » 09 мар 2024, 13:18
Последнее сообщение Гость «
Гость »
I'm working on a SwiftUI-based iPhone / iPad app and when I connect (via USB cable) my iPad to my Mac Mini (development machine where Xcode is running) it will sometimes give me the message shown below when I run the app from Xcode (in debug mode):...
Гость » 09 мар 2024, 12:30
Последнее сообщение Гость «
Гость »
I'm building a little game where ghosts fly around and the user has to click on them to collect points. When a ghost is clicked, a small sound effect is played.
This works smoothly on the PC, but on my iPhone 15 with Safari the sound effect is...
Гость » 09 мар 2024, 11:57
Последнее сообщение Гость «
Гость »
I'm creating an iOS application with support for Google OAuth2. After enabling OAuth2 in the developer console, I create credentials for an iOS client, but the redirect url (a custom URL scheme) is hardcoded and I cannot change it.
Гость » 09 мар 2024, 11:51
Последнее сообщение Гость «
Гость »
On IOS, Apple's AVSpeechSynthesizer offer's a write function, as an alternative to the speak() function, which gives you the speech as data (presumably to write the speech output to a file) instead of feeding it to audio.
Гость » 09 мар 2024, 10:24
Последнее сообщение Гость «
Гость »
In the WWDC talk Enhance your spatial computing app with RealityKit. we see how to create a portal effect with RealityKit. In the Encounter Dinosaurs experience on Vision Pro there is a similar portal, except this portal allows entities to stick out...
Гость » 09 мар 2024, 09:47
Последнее сообщение Гость «
Гость »
I have a square that is embedded within a scroll view inside a subview. When the square is clicked I want to animate it to the top of the view hierarchy and present it above everything else using a matched geometry effect. I cannot get the animation...
Гость » 09 мар 2024, 04:11
Последнее сообщение Гость «
Гость »
I have a realm model setup like this:
enum RealmEnumExample: String, Codable, PersistableEnum { case hot, cold, cloudy, rainy } final class RealmExample: Object, ObjectKeyIdentifiable { @Persisted(primaryKey: true) var id: Int @Persisted var...
Гость » 09 мар 2024, 03:24
Последнее сообщение Гость «
Гость »
Is there any to check app is running on My Mac (Designed for iPad)?
These options don't work:
if ProcessInfo.processInfo.operatingSystemVersionString.contains( Mac OS X ) { print( Mac Designed for iPad ) } else { // Running on an iPad or other...
Anonymous » 06 мар 2024, 15:54
Последнее сообщение Anonymous «
Anonymous »
In my app I am scanning QR codes using camera, In case if user touches screen it should autofocus at that point but sometimes app crashes. Here is code for that function in which app crashes at code line device.focusPointOfInterest = focusPoint...
Anonymous » 06 мар 2024, 15:53
Последнее сообщение Anonymous «
Anonymous »
I can't install the new project in IOS simulator. When I run
pod install
I get FirebaseAuth requires CocoaPods version 1.12.0 which is not satisfied by your current version 1.11.3 message. I have executed the below command to update pods but...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения