This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and join us in fostering a supportive community.

All subtopics
Posts under Community topic

Post

Replies

Boosts

Views

Activity

Siri and car play still plays
When I activate Siri and the phones connected via car play, the music from the entertainment system still plays. So i'm trying to talk and listen to Siri with the music playing in the background. Any ideas if theirs an option i'm missing or its an iOS issue?
0
0
213
Oct ’24
Integrating cryptocurrency on app platforms
I’m a novice developer seeking insight from those more experienced. My goal is to buils an app UI platform for a streaming series and content + games tethered to a new crypto asset in development. I know this has been done on the App Store with products like Axie Infinity (Ronin/ETH currency) and am also looking over the Hedera white paper. Gaming is easily the most substantive case use for crypto currency, I’m just interested in what are the challenges to integration and if anyone has other examples or thoughts on the topic. Specifically tied to products developed for the Apple platform. What’s the playbook? cheers
0
0
276
Nov ’24
Reviewers are testing an old version
Hi everyone, We've submitted my app for review several times, making improvements with each submission. However, the reviewers keep providing generic feedback and irrelevant complaints. For example, we changed the logo and primary color, so it's clear they aren't reviewing the correct version. We've ensured that the latest version was properly uploaded for review. They also keep claiming the app contains "testing data" like lorem ipsum, but none of that is in the database anymore. I'm at a loss here. Does anyone have any advice on how to resolve this?
0
0
307
Oct ’24
App crashing. "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
I'm receiving this error message from Apple saying that my app is crashing when they test, but I've already done the tests on the iPad version they recommended and it worked normally. Message below of the review team: Hello, Thank you for your resubmission. Upon further review, we identified additional issues that need your attention. See below for more information. If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know. Review Environment Submission ID: 4f068d93-c30e-431c-b65c-6ff4c3ab1098 Review date: January 23, 2025 Version reviewed: 1.0 Guideline 2.1 - Performance Issue Description The app still crashed during review. Apps that crash negatively impact users. Steps leading to crash: The app crashed upon login attempt. Review device details: Device type: iPad Air (5th generation) OS version: iPadOS 18.2.1 I left the file below crashlog crashlog.txt
0
0
357
Jan ’25
Starting iOS & iPadOS App Development: Seeking Guidance and Learning Path
I am basically a front-end engineer and am eager to transition into app development, particularly for iOS and iPadOS platforms. I am aware of tools like Xcode and Swift but would greatly appreciate guidance on the best place to start. Please suggest a structured learning path or resources that would help me build a strong foundation and advance my skills effectively? Thank you!
0
0
344
Nov ’24
MacBook M2 PRO screen flickering
I have a 2023 MacBook Pro M2 Pro, and for some time now, every time I go to Settings and then to Display, or when I access the Control Center and then Screen Mirroring, or when I try to use the Handoff or AirPlay controls while connected to Wi-Fi, the screen starts flickering, showing dotted horizontal lines in a grayish color. I’ve done a clean format, booted in safe mode, run Apple’s diagnostic tests, ensured all updates are current, and unpaired all external devices. It’s unbelievable that Apple isn’t interested in resolving this issue, which seems to affect many users with their new M chips. Apple should also realize that not everyone has the ability to visit their stores since some people live far away, as if the U.S. were the center of the universe. Steve would be very upset to see how those in charge are allowed to do whatever they want to make money. Interestingly, this started happening right when my warranty expired.
0
1
293
Nov ’24
lowQualityThumbnail in QLThumbnailGenerator stops working from 15.2
Our code is using .lowQualityThumbnail to generate a thumbnail, it stops working when users update to 15.2 . Test it with a regular jpg file for fileURL. The only way to make it work is to change it to .thumnail or remove it. It's not deprecated, is it a MacOS bug? customers don't want to keep updating the software. Everything works in MacOS 15.1 import QuickLookThumbnailing func generateThumbnail(for fileURL: URL, size: CGSize, scale: CGFloat) { let request = QLThumbnailGenerator.Request(fileAt: fileURL, size: size, scale: scale, representationTypes: .lowQualityThumbnail) QLThumbnailGenerator.shared.generateBestRepresentation(for: request) { thumbnail, error in if let error = error { print("Error generating thumbnail: \(error)") } else if let thumbnail = thumbnail { // Use the thumbnail let image = thumbnail.uiImage // Do something with the image } } }
0
0
179
Jan ’25
Enable Cellular Data Usage Counter - eSIM
I have two eSIMs from different providers. One shows data usage in settings>Mobile Service>Mobile Data For ……. It shows ‘Current Period‘ and ‘Roaming ‘usage for this eSIM but not the other one. I have contacted the help desk for the provider and they say it’s not enabled. I am assuming they mean they have not set it on the sims provided Or in Carrier Bundle. Is there any way of enabling this through the device using any software tool etc.?? thanks in advance
0
0
276
Jan ’25
App review guidance
Hi everyone, I’m preparing responses for the Apple App Store review process and want to ensure I address their questions effectively to avoid rejection. I’ve tried booking a 1-on-1 consultation with Apple, but it looks like they’re fully booked for the rest of the year. Reply to thread and we can set up a zoom If you have experience navigating this process and would be willing to help, please reach out to me and we can set up a quick Zoom to discuss. I’d greatly appreciate your insights! Thank you!
0
0
224
Nov ’24
Unable to build with expo although having Admin rights
Hello, I am experiencing a problem where I am unable to build my app using the command - npx eas build --platform ios --profile development, although I have Admin rights in my team in the AppStore Connect. I read that here - https://forums.developer.apple.com/forums/thread/737541 someone already experience the same issue and it was resolved after reporting on the forum, so that's what i decided to do as well. I am attaching few screenshots as well. Thanks!
0
0
505
Nov ’24
iOS18.2 Beta
I updated my device today with the new update iOS18.2. There were a couple of issues: The App Store won't load. I am unable to update or install applications and offloaded applications. Network issues (wifi) won't work. Unable to connect to a wifi access point.
0
0
204
Nov ’24
Accessing and changing NTFS Extended Attributes
I need to be able to access programmatically the NTFS Extended File Attributes of a remote Windows file server, specifically Title and Genre. (When these files are imported into Apple TV Library it includes these attributes for easy sorting). I'm planing on creating a Python program to access the files. Given that, how would I change these attributes programmatically?
0
0
169
Nov ’24