Posts

Post not yet marked as solved
4 Replies
476 Views
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.
Posted
by Jay2021.
Last updated
.
Post not yet marked as solved
0 Replies
896 Views
Application process being killed by iOS internal, when the application was background for more than 30 secs and application is consuming Bluetooth External Asseceries frameworks (data transmission or just Bluetooth connected, no data transmission) or periodic network upload is progress in background Not observed this issue in till iOS 15 beta 6. Observed in iOS 15 Beta 7 and 8 am I missing any new configuration to run the application in background other than External BLE Accessaries and Uses Bluetooth LE Accessories in Background ?
Posted
by Jay2021.
Last updated
.
Post marked as solved
1 Replies
799 Views
I have iOS application which has WebSocket communication between Xcode libraries and WKWebView (Java script) front end UI. client usually sends 200 bytes. however on demand, it may send upto 2MB encrypted binary data messages. In iOS 14, server (Java script) was able to receive 2 MB of binary message. In iOS 15 Beta 1 & 2, not able receive message beyond 500 KB. Do I need to tune any properties to receive 2 MB data ? , is there any relation between this issue and com.apple.developer.kernel.increased-memory-limit entitlements
Posted
by Jay2021.
Last updated
.