CBPeripheral in background on iOS 13
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1580550155; bh=0ABrJsifenpeIj/s47IhuwpaGuGExNb2mLWpYJSvfSA=; h=Content-Type:From:Date:Subject:Message-Id:To; b=1/wEDtzkQLMNto6m3tCOcrOmNFZuZdhH+iZUC0nupx8GIwgt6OSM0nyPUiIlQ8NwI UHWnEhfZ93gKwsx4VMt4QymxxMeAPeQgGHx/DleQsUaSuS8op7YmPr24stKfADgxL6 gs8W5rxqk/O9DivyS1fiF4acgv7vyiLRQ40naJYPuphq+1nhZk27ivsPsdxobs3pA7 oYl6UlsLrouR+5OBL/W/QS3734vuKayxWrK6jaXv4pXZNUVzwXqLT4L3ObZD9ZiuI7 fmPbHATHJ3VSwPthAgxZCFhkb52lVZOQv92IA+5rwAGBTlAtmLEjGBfyWPNtqWxcDq XZF3I958Q93bA== I’m having trouble with a CBPeripheral running in the background. It works fine on iOS 12 but not on iOS 13. Has something changed that I might be missing? I obviously have the background flag set in info.plist What happens is I can discover the device when scanning for devices with my service. I can connect then request the services, again using my service as a filter. didDiscoverServices callback is called so it must have found it, but the array of services is empty! This is only on iOS 13 and works perfectly fine in the foreground. Any ideas? Sent from my iPhone _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darren Jones via Bluetooth-dev