We have an app in Swift that uses push notifications. It has a deployment target of iOS 15.0 I originally audited our app for iOS 26 by building it with Xcode 26 beta 3. At that point, all was well. Our implementation of application:didRegisterForRemoteNotificationsWithDeviceToken was called. But when rebuilding the app with beta 4, 5 and now 6, that function is no longer being called. I created a simple test case by creating a default iOS app project, then performing these additional steps: Set bundle ID to our app's ID Add the Push Notifications capability Add in application:didRegisterForRemoteNotificationsWithDeviceToken: with a print(HERE) just to set a breakpoint. Added the following code inside application:didFinishLaunchingWithOptions: along with setting a breakpoint on the registerForRemoteNotifications line: UNUserNotificationCenter.current().requestAuthorization(options: [.badge, .alert, .sound]) { granted, _ in DispatchQueue.main.async { UIApplication.shared.registerForRemoteNotifications
Search results for
Popping Sound
19,349 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
[quote='854282022, juozas, /thread/797007?answerId=854282022#854282022, /profile/juozas'] Or should I file a separate one? [/quote] It’s probably better to do this. Assuming that I’ve understood you properly (-: It sounds like you want installer packages to be able to install and activate system extensions. If so, that’s a question for the installer team, as opposed to the NE team, and so a separate bug report makes sense. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
App & System Services
SubTopic:
Networking
Tags:
I've been pulling my hair out, even after pulling everything out in to a on a simple Multi-platform project, with two demos. ASK and Not ASK. If ASK isn't completely branched it burns BT radios. In the flagship sample project private static let pinkDice: ASPickerDisplayItem = { let descriptor = ASDiscoveryDescriptor() descriptor.bluetoothServiceUUID = DiceColor.pink.serviceUUID return ASPickerDisplayItem( name: DiceColor.pink.displayName, productImage: UIImage(named: DiceColor.pink.diceName)!, descriptor: descriptor ) }() I only see bluetoothServiceUUID provided, in the docs however: Each display item’s descriptor, a property of type ASDiscoveryDescriptor, needs to have a bluetoothCompanyIdentifier or bluetoothServiceUUID, and at least one of the following accessory identifiers: bluetoothNameSubstring A bluetoothManufacturerDataBlob and bluetoothManufacturerDataMask set to the same length. A bluetoothServiceDataBlob and > bluetoothServiceDataMask set to the same length. It wasn't until I removed bluetoothN
Topic:
App & System Services
SubTopic:
Hardware
Tags:
It sounds like you may be embedding a framework in your app that has already been signed. Here's a document that talks about the right way to sign embedded frameworks: Technical Note TN2435: Embedding Frameworks In An App
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Hi There Our app is used in the hospital field and receives remote APNS via the Notification Service Extension. We found a scenario where screen is on, our app is in background, if a Critical notification is displayed as a banner at the top of the screen, subsequent normal notifications will be suppressed and no sound will play. Only after the user swipes away the critical notification will the normal notification appear and play a sound. is this as expected? I could not find any document on such case from Apple. Thanks.
Topic:
Business & Education
SubTopic:
General
Confirmation on Sign in with Apple JS Web Implementation Compatibility Hello Developers We are trying to implement Sign in with Apple JS on our e-commerce website, which is built on a SaaS platform called Ticimax in Turkey. Our platform provider (Ticimax) claims that a web-based implementation of Sign in with Apple is not currently possible. They state this is due to Apple's browser security policies that prevent consistent and secure support across all major browsers, particularly Safari with its privacy features. Could you please confirm if there are any fundamental security policies or technical restrictions imposed by Apple that would prevent a standard, secure implementation of Sign in with Apple JS on a typical e-commerce website? We know many global websites use this feature successfully. We need to know if our provider's claim has a technical basis from Apple's perspective, or if this is a standard implementation challenge that developers are expected to handle (e.g., using pop-ups instead of
Topic:
Privacy & Security
SubTopic:
Sign in with Apple
Tags:
Sign in with Apple
Sign in with Apple JS
Custom sound not playing issue is fixed in the latest beta builds. If it is not working for you, and you have made sure your sound file is correct (supported format and less than 30 seconds), please file a bug report For sounds not looping, please file a Feedback report for consideration.
Topic:
App & System Services
SubTopic:
Notifications
I want to use Apple ringtones in my app so that the app can play some of them. Could this lead to any legal issues or App Store rejection? What are the guidelines and potential concerns I should be aware of?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
AudioToolbox
Media Player
Audio
I’ve now upgraded Xcode to the latest available build: Xcode 26.0 beta 5 (17A5295f). This should, in theory, resolve the version mismatch issue you highlighted. Please let me know if I should expect to wait for beta 6 specifically, but since this is the latest release, I assume it covers the ABI/runtime symbol alignment. Current behavior: macOS (Intel MacBook Pro): The app launches successfully, and the window is displayed. Pressing the record button (⭘) results in console logs: localeNotSupported could not record: invalidAudioDataType Playback works (I can hear the recorded sound), but there is no transcription displayed and no highlighting. Play button plays back my speech. iOS (iPhone 11, iOS 26.0 beta): Same as macOS above, except playback volume is extremely faint, even at maximum system volume. Question regarding Dictation: I also tried enabling Edit → Start Dictation from the menu, and accepted the prompt. After that: I don’t see any option to disable it within the app. Turning off Dictation i
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
I’m having the same issue. Until beta 5 or 6 the custom sound file wouldn’t even play and it would only play a system sound. I’m hoping this is still just a bug and they fix these issues but I’m not sure what to expect.
Topic:
App & System Services
SubTopic:
Notifications
I'm experiencing a significant limitation with MusicKit's Dolby Atmos implementation on macOS and would appreciate clarification on whether this is intended behavior or if there are solutions available. When streaming Dolby Atmos content through MusicKit's ApplicationMusicPlayer, the output is limited to 2-channel stereo, even when: Audio MIDI Setup is configured for 7.1.4 (12-channel) output The same tracks play in full multichannel through the native Apple Music app Dolby Atmos is set to Automatic in Apple Music preferences Please let me know if there is anyway to enable this. If not, is this documented anywhere? Thanks!
When setting a custom sound in AlarmKit, the alarm only plays the audio file once. I can understand why push notifications would play a sound only once, but I don’t understand why alarms can only play the sound for less than 30 seconds. We’re already at beta 6, so I’m wondering if Apple still hasn’t fixed this or if they have no intention of fixing it.
Topic:
App & System Services
SubTopic:
Notifications
I understand how it work now, thank you for your explanation! Sounds like usage of EntityQuery is required by the Intent framework, and Entity for Visual Intelligence is not exempted from it. I understand it allows AppEntity to be more verastile, although personally I think the Entity->ID->Entity retrieval process could be optimized in the case of Visual Intelligence, assuming there's an underlying collectionView that maps each cell to the Entity instance. Thanks again for your help!
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Thank you for your answers, Argun! While most of the answers are very helpful, I am puzzled by the one regarding duplicated sessions. As you can see in the screenshot, for example, session ID 5B155CE8-6AA9-4A3F-BCD0-9D88AF69F196;1 was linked to all three different classifications (laughter, shouting, speech), which is the opposite of each sound classification within the same utterance or call will output a separate identifier explanation. It's the same case for all the other session IDs ; and all these session IDs are linked with the same time stamp and the same start time. And it's not uncommon, below is another example from the same subject. I marked the records with same time with the same name; note that the blue records are again the same session ID linked with three different classifications. And in general why would a same segment be classified to different categories? Does that mean all of them are possible but can't be sure? Therefore, is there any recommended cut-off of the confidence (e.g.
Topic:
App & System Services
SubTopic:
General
Tags:
Let me try to clarify some of this: Microphone Activation: Q: how is the microphone being turned on to capture a speech session? A: Speech Metrics are collected when the user has already engaged the microphone - through a Siri utterance or through telephony (a VoIP app, the Phone app, FaceTime). SensorKit does not manipulate the microphone itself Q: how is each session determined to be an independent session? A: each session mainly marks a Siri utterance or a phone call. But changing system conditions with the audio subsystem during a session (a long phone call where the user starts a call, switches to a Bluetooth headset, and perhaps connects to a car audio, for example) may change session ids. Negative Values: Q: In the speech classification data, there are entries where some of the start and end values are negative A: this is not expected behavior, and we would need to see what exactly is being sent to your app. Please file a Feedback Report with as much details of the occurrence, and log
Topic:
App & System Services
SubTopic:
General
Tags: