Post

Replies

Boosts

Views

Activity

Reply to multipeer connectivity, wifi connection works great but bluetooth seems to be dead
Sorry for opening this question again but I thought it would be a good idea together with the relaunch of this forum. Can someone confirm that Bluetooth is disabled since iOS 11 and hasn't been turned on ever since? I am currently building an App using MultipeerConnectivity and for me Bluetooth doesn't work at all. If Bluetooth has been disabled permanently, the documentation should definitely be updated.
Jun ’20
Reply to 2020 Forums Wishlist/Feature Request Thread
Actually, it is suggested to use the feedback assistant or a post on this forum for feedback. We only have to add "Forums Feedback" as a tag so everything is fine with this thread. Now to the suggestions by @shanecowherd. I especially agree with point 3, 4 and 5. The tag list named in point 2 can be found here - https://developer.apple.com/support/forums-tags/. Now to my wishes: Mail notification when somebody replies to your question This forum embed in the Apple Developer app
Jun ’20
Reply to Fade in / out SKLightNode
Hey, thanks for your response. Sadly your suggestion doesn't seem to work for me. Should I run the fadeAlpha action on the SKLightNode or the affected SKSpriteNodes? I am currently using this code: func darkModeChanged(to status: Bool) { 		currentSceneNode?.floodLights.forEach({ node in         node.run(SKAction.fadeAlpha(to: status ? 1 : 0, duration: 1.0))     }) } floodLights is an Array holding multiple SKLightNodes.
Jun ’20