Post

Replies

Boosts

Views

Activity

How many NI sessions would be able to handle at the same time with Nearby Interaction frame?
By referencing to the Developer Forums, we could handle multiple concurrent sessions using iphone11. The maximum number of concurrent sessions is two. When we try to connect another one devices, session(_:didInvalidateWith:) on the NISessionDelegate is called with NIError.Code.activeSessionsLimitExceeded. I'd like to know three or more concurrent sessions are running using newer version like iphone12. Does anyone have any knowledge?
1
0
1.4k
Nov ’21
Can I create hands-free applications using the nearby interaction framework?
I want to create a hands-free application (e.g. smart lock)using the Nearby Interaction framework. Nearby Interaction sessions can only be active when the app is in the foreground, however, it can't be a complete hands-free application. Does anyone have any good ideas?
Replies
2
Boosts
0
Views
1.3k
Activity
May ’22
How many NI sessions would be able to handle at the same time with Nearby Interaction frame?
By referencing to the Developer Forums, we could handle multiple concurrent sessions using iphone11. The maximum number of concurrent sessions is two. When we try to connect another one devices, session(_:didInvalidateWith:) on the NISessionDelegate is called with NIError.Code.activeSessionsLimitExceeded. I'd like to know three or more concurrent sessions are running using newer version like iphone12. Does anyone have any knowledge?
Replies
1
Boosts
0
Views
1.4k
Activity
Nov ’21