Post

Replies

Boosts

Views

Activity

Reply to Xcode16.1&iOS18.1.1 Debugging App, unable to respond “didRegisterForRemoteNotificationsWithDeviceToken” delegation
For people affected: please check notes from https://developer.apple.com/forums/thread/799635 regarding following: For a push token to be useful, the app has to either of: be authorized to show notifications for visible notifications be able to process the notifications in the background for silent notifications
Oct ’25
Reply to Xcode16.1&iOS18.1.1 Debugging App, unable to respond “didRegisterForRemoteNotificationsWithDeviceToken” delegation
I have very similar problem: some users of our app (all on iOS 18.1.1, but device models are different) are not able to register for push notifications. It can be due to bad network, of course, and I tried to simulate this situation (but only had luck on simulator), so here is my experience: If application is offline while calling registerForRemoteNotifications and 3-5 minutes afterwards, appDelegate would never receive didRegisterForRemoteNotificationsWithDeviceToken or didFailToRegisterForRemoteNotificationsWithError. I have a feeling that that may be the case for affected users. What would be best approach in this case? On simulator, I tried to call registerForRemoteNotifications but that never trigger didRegisterForRemoteNotificationsWithDeviceToken. However, on device registerForRemoteNotifications always matches didRegisterForRemoteNotificationsWithDeviceToken
Feb ’25
Reply to EXC_BAD_ACCESS right after app start
Thanks, but that was quite obvious. Problem is that none of those issues can be reproduced. Crashes are specific to App Store builds and are happening in random places. For example, in one of the crashes [AVCapturePhotoSettings dealloc] is called, and I never create AVCapturePhotoSettings on application start. There is a place when this object is created, but it's deep inside lifecycle. Can it be that those crashes are related to recompiling of the app by appstore/testflight?
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’22
Reply to Xcode16.1&iOS18.1.1 Debugging App, unable to respond “didRegisterForRemoteNotificationsWithDeviceToken” delegation
For people affected: please check notes from https://developer.apple.com/forums/thread/799635 regarding following: For a push token to be useful, the app has to either of: be authorized to show notifications for visible notifications be able to process the notifications in the background for silent notifications
Replies
Boosts
Views
Activity
Oct ’25
Reply to Appstore Rejection - Your app's binary includes the following call-to-action and/or URL that directs users to external mechanisms for purchases or subscriptions to be used in the app.
UPD: It was up to wording. No text should mention direct action, such as "Go to our website". Instead, rephrase it as "More information can be found our our website". In any case, link is not allowed.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Xcode16.1&iOS18.1.1 Debugging App, unable to respond “didRegisterForRemoteNotificationsWithDeviceToken” delegation
I have very similar problem: some users of our app (all on iOS 18.1.1, but device models are different) are not able to register for push notifications. It can be due to bad network, of course, and I tried to simulate this situation (but only had luck on simulator), so here is my experience: If application is offline while calling registerForRemoteNotifications and 3-5 minutes afterwards, appDelegate would never receive didRegisterForRemoteNotificationsWithDeviceToken or didFailToRegisterForRemoteNotificationsWithError. I have a feeling that that may be the case for affected users. What would be best approach in this case? On simulator, I tried to call registerForRemoteNotifications but that never trigger didRegisterForRemoteNotificationsWithDeviceToken. However, on device registerForRemoteNotifications always matches didRegisterForRemoteNotificationsWithDeviceToken
Replies
Boosts
Views
Activity
Feb ’25
Reply to New Apple Developer Team not showing up in Xcode
Same
Replies
Boosts
Views
Activity
Feb ’23
Reply to Xcode 14 pdf asset background is ignored
PDF contains "angular gradient" element from Figma
Replies
Boosts
Views
Activity
Nov ’22
Reply to Symbol not found vDSP.dot
macOS Monterey, Xcode 13.4.1 iOS simulator: iPhone XS Max 14.5 real device: iPhone XS Max 14.6
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to EXC_BAD_ACCESS right after app start
Bitcode is indeed enabled for our app since it was strongly encouraged before. (We are going to get rid of it ASAP, but we still have to figure out what's going wrong) So in our case, archived app is not the same as the one executed on devices of customers.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to EXC_BAD_ACCESS right after app start
Thanks, but that was quite obvious. Problem is that none of those issues can be reproduced. Crashes are specific to App Store builds and are happening in random places. For example, in one of the crashes [AVCapturePhotoSettings dealloc] is called, and I never create AVCapturePhotoSettings on application start. There is a place when this object is created, but it's deep inside lifecycle. Can it be that those crashes are related to recompiling of the app by appstore/testflight?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22