iOS 15.5 Beta - External Accessary API

We use External accessories framework for Bluetooth communication with medical equipment.

 Mobile App was in Foreground but iOS (15.5 beta) triggered AppDelegage callback applicationDidEnterBackground event, when external accessories framework establish the connection to or disconnect from the medical equipment.

 iOS should trigger this event only when the user moves application to background. We encounter this issue in iOS 15.5 Beta version, which seems to be iOS 15.5 beta issue.

Replies

This is far outside of my area of expertise but, as a general rule, if you’re testing on a beta release and see changes in behaviour that are causing problems, you should file a bug about that.

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Created following feedback https://feedbackassistant.apple.com/feedback/9983353

  • Thanks! FB9983353

Add a Comment

observed same issue in iOS 15.5 Beta 2 too

This issue resolved in iOS 15.5 Beta 4

Add a Comment