Did you find a workaround or a fix for it? I'm also facing the same problem, I can make it happen for large titles but not for small titles.
According to the modernising apps session from WWDC19 it should work for both
Post
Replies
Boosts
Views
Activity
I am experiencing the same issue here, when running on iOS 17.1.1 I get:
Client: -[THClient getConnectionEntitlementValidity]_block_invoke - Error:
And when trying to retrieve credentials:
Thread 1: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=ThreadCredentialsStore Code=3 "Failed to retrieve all active border router records" UserInfo={NSLocalizedDescription=Failed to retrieve all active border router records, NSUnderlyingError=0x282c197a0 {Error Domain=NSOSStatusErrorDomain Code=0 "(null)"}}
I also tried to do the same on mac and as previous mentioned in this thread, it silently does nothing, no error but also does not succeed.
We are also talking about this herE:
https://developer.apple.com/forums/thread/718467?page=2#771875022
Same here, even with the official entitlement. I already tested on stable versions of iOS and Xcode aswell as beta versions, no success yet
Today I finally made it work, not sure exactly what I did, but first it started working on my iPad with beta iOS, then suddenly also on my iPhone with stable iOS.
I also think I removed and added back the ”manage thread networks” capability in the project.
QUESTION:
The Only thing I wasn’t able to succeed is to store my thread network using THClient “store credentials” method, it always says I’m passing invalid parameter, so my question is how to convert my borderAgentID string into Data properly, same for the dataset string.
Anyone succeeded on that?
Same here, after adding visionOS as target to my iOS app, I get the same error messages after xcode cloud finishes running
I found a workaround, if you set visionOS as the BASE SDK, it succeeds
Issue also noticed here:
https://github.com/react-native-webview/react-native-webview/issues/2356
Does anyone found a solution?