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

Post

Replies

Boosts

Views

Activity

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
70
1d
I believe my psychopath ex-husband has hacked my MacBook
Please, I was married to a very rich powerful freakcontrol psychopathic man who has never accepted the fact that I left him after having found out what such a monster he was/is and have, since then, struggled to deal with his unlawfully immoral persecution, stalking, and so much more. So that you have an idea, we were married for 10 years and he is a powerful man here in our city in Brazil. What it took me a decade to really come to my senses and give a chance to the countless red flags that I should have never taken for granted while he kept on psychologically getting into my mind and, in his sick mischievously deceitful convincing dissimulated way of dissimilulating his way out so as to get away of anything/everything, gaslighting me for all those years. I found out that during our romantic trips 3, 4 times a year around Brazil on vacation, not only would he take his lovers on the same trip, pay his hotel room right next to ours and, while I was sleeping under powerful drugs, they'd have *** right beside me, snoring like a pig due to the heavy drugs he'd give me without my knowledge. After many red flags that something was off, I decided to leave my iPhone charging on the nightstand, as I'd always done, and left an audio recording app in the background recording 9 hours (I should and had thought about doing that many times before, but I guess I was fearful of what I might really find out). We were still in the middle of our "romantic" trip to the paradisal state of Ceará in the north of Brazil (we're from the south, Florianópolis city) and I listened to some parts of the 9-hour horrific recording and, even not having listened to it all, I had no more doubt that not only had they drugged and had *** by my side in our bed as well as his lover had ***** me while I was under the influence and I could hear myself being woken up by them and invited to have a threesome and I sounded confused and drugged, groggy totally, and when I woke up I had no idea that had happened and who he was. He'd have breakfast right next to our table at the hotel restaurant, he'd be around us on the beaches we'd been to, well, as you can see by this little insight of what kind of a monster he is and that he brags about being able to even buy true love with his money. Having said that, I DO NEED HELP in finding out if he has control of my macbook (I have almost no doubt about that since we still talk sometimes and he seems to feel pleasure spilling the beans in order to have me wandering how come he'd mention something that I have said or done at my home (we've been apart for another decade)). Here's the wifilog and system log from my Macbook. SYSTEM LOG SYSTEM LOG WIFI LOG INSTALL LOG
1
0
177
1d
HealthKit: Exercise Minutes Not Saving After iOS 18.1 Update
I'm working on an app that reads and writes exercise minutes to HealthKit. Everything functions correctly up to iOS 18.0.1, but starting from iOS 18.1, my implementation is no longer working as expected. Here's the code snippet I use to write to HealthKit: let workout = HKWorkout(activityType: .other, start: startDate, end: endDate) try await healthStore.save(workout) This code successfully writes to both workouts and exercise minutes in iOS 18.0.1 and earlier. However, from iOS 18.1, it only writes to workouts and not to the exercise minutes data source. Has anyone encountered this issue or have insights on how to resolve this?
0
0
72
2d
CUPS USB working, but no print-out on HP Deskjet
lpinfo -v direct usb://HP/Deskjet%20F4200%20series?serial=CN86H2D1Y905BR lpstat -v -t Gerät für HP_Deskjet_F4200_series: usb://HP/Deskjet%20F4200%20series?serial=CN86H2D1Y905BR Scheduler ist aktiv System-Standardzielort: HP_Deskjet_F4200_series Gerät für HP_Deskjet_F4200_series: usb://HP/Deskjet%20F4200%20series?serial=CN86H2D1Y905BR HP_Deskjet_F4200_series akzeptiert Anfragen seit Do 14 Nov 09:13:38 2024 Drucker „HP_Deskjet_F4200_series“ ist inaktiv; aktiviert seit Do 14 Nov 09:13:38 2024 1st. Test) echo "Guten Tag" | lp -d HP_Deskjet_F4200_series 2nd. Test) echo "Guten Tag" | lpr -P HP_Deskjet_F4200_series but nothing, no print-out, no printer action! I've followed and adapted: https://blog.robertelder.org/linux-printer-debugging/ any useful suggestion ???
1
0
48
2d
iOS 18.2 - I can get in without password or touch id
iPad Air M1 - Most recent iOS 18.2 beta3 i did this two times. i have multiple photos on my Lock Screen. I can touch to get from one picture to the next. if I touch enough, it shows me the weather app. From there, I can swipe up for Home and see the springboard. At no point from the start was I logged in (hitting the power button for Touch ID never happened). This appears to be a security hole.
1
0
104
2d
I think iOS 18.2 beta broke web views for flutter apps
The application I work on has a webview in it and I found after updating my iPad to the iOS 18.2 beta it no longer detects clicks properly. The same build works fine on other iOS devices not on the beta. When the webview refreshes it works normally until I interact with any other element of the application and then it stops recognizing click inputs. It can still scroll and zoom normally though. I've tested this against 2 different web view packages and different web pages and the issue is consistent. Has anyone else seen anything like this?
1
1
149
2d
Issue on booting - "SODC report detected: AP watchdog expired"
Not sure if I am in the right place, directed here by apple support staff. On starting my MacBook Pro M3 Max this morning it went into a cycle of rebooting after about 1-2 mins. I managed to see the following error message "SODC report detected: AP watchdog expired" before the screen went totally black and the fans went to full speed. Any thoughts on this? Sequoia 15.2, no external drives or hardware plugged in. Thanks
0
0
71
3d
IOS 18 BETA FEEDBACK
I have seen lots of complaints about the phone app and how things don’t run as smoothly, and stuff about the shade of the tapback feature icons. I personally have been struggling with replying now that I can’t just double tap. I also don’t like that when I pull down on a message, I can’t copy the messages anymore. I have to use Duo Mobile for school, and my mom will sometimes log in to help with my loan, and I have to have a code to log her in, it used to be easy to just pull down and copy but now have to go into messages. Very small inconveniences, and I will eventually be able to get used to them once they become habit, but I’d rather not have to adapt lol.
0
0
44
3d
Custom Alarm Sound Not Working in Background or Lock Screen Using Swift 5 and AVAudioPlayer
Hello everyone, I’m developing an alarm app in Swift 5, and I’m running into an issue with playing custom alarm sounds. Here’s the setup: I’m using AVAudioPlayer to play a custom sound when the alarm goes off. I’m triggering the alarm through a local notification, which works perfectly while the app is in the foreground. However, when the app is in the background or the screen is locked, the custom alarm sound doesn’t play. I’ve looked at other apps on the App Store, like Alarmy, which seem to play alarms even when the iPhone is locked or the app is in the background. I’m trying to achieve similar functionality but haven’t been successful. If anyone has experience with creating alarm apps or has a workaround for playing sounds in the background/lock screen, I’d really appreciate your insights. Are there specific permissions or settings I need to enable, or a different approach to handling sound playback? Thank you so much in advance for your help!
0
0
44
3d
Enterprise developer renewal failure, emergency help
Forum friends hello, our company has an enterprise developer account, the annual fee is 299 US dollars, this account is about to expire, we choose to renew, but in accordance with the requirements of Apple to answer the questions raised, after half a month of waiting, Apple finally rejected our renewal application, the renewal has been successful in previous years, may I ask you have encountered the same problem? Is there any solution? The failure of this account renewal has a great impact on the operation of the company. Thank you for telling us the solution.
1
0
92
3d