I have some user of my App reporting that they are not able to store thread network credentials in keychain, the error they get is "Can not store frozen credentials".
I couldn't find documentation around this error message, can anyone help me with it's meaning? Why this specific credential can't be stored in keychain?
ThreadNetwork
RSS for tagHelps clients to share Thread credentials in a safe and secure manner, and automatically chooses a designated network for each home.
Posts under ThreadNetwork tag
9 Posts
Sort by:
Post
Replies
Boosts
Views
Activity
I would like to create a private container and share a zone between two users with different iCloud accounts. All changes made by one would be notified with push notifications to the other user's db. Both could change the same information.
Exactly as it is done in this apple project.
https://developer.apple.com/documentation/cloudkit/shared_records/sharing_cloudkit_data_with_other_icloud_users
However, I have been reading this code for days and I am stuck on it, it is extremely complicated for my level.
I would really like to know if there is any simple project that uses the same idea to build this logic with swiftui.
Hello, I would like to ask if I can use ThreadNetwork.framework. My project has been configured with com.apple.developer. networking. manage thread network credentials according to the documentation, but the relevant API still cannot be used. Currently, there is an error message:
Client: - [THClient getConnectionEntitlementValidity] block invoice - Error: (null)
Client: [THClient retrieveAllCredits:] _block_invoke - Error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service with pid 555 named com. apple. ThreadNetwork. xpc was validated from this process." UserInfo={NSDebugDescription=The connection to service with pid 555 named com. apple. ThreadNetwork. xpc was validated from this process.}
May I ask if I can use the relevant API
Is there a good source of documentation on what IP ports and protocols are used by HomeKit accessories?
Safari Browser killing Long Running API requests after 60 seconds.
Do we have any way to increase a timeout limit?
尊敬的开发者社区成员,
我最近在开发iOS平台上的VPN应用程序时遇到了一个问题,希望能在这里寻求一些帮助和建议。在我的应用程序中,我注意到在iOS 17及以上版本中,连接到VPN后,特定流量似乎不再通过本地网络发送,而是直接通过VPN连接发送。
为了解决这个问题,我已经尝试了以下几种方法:
确保VPN配置正确,并与VPN服务提供商确认配置是否符合预期。
在iOS设备上检查系统设置,确保VPN配置被正确应用。
使用网络抓包工具分析网络流量,观察流量的源和目的地址,以确定是否通过VPN连接发送数据。
然而,尽管我已经采取了这些步骤,问题仍然存在。我怀疑这可能是iOS 17及以上版本中网络堆栈实现的变化所导致的。因此,我正在寻找更多的调查和解决方案,以确定问题的根本原因,并找到一个可行的解决方案。
如果您在iOS 17及以上版本中遇到了类似的问题,或者您对iOS网络连接行为有深入的了解,请不要犹豫,与我分享您的经验和建议。我非常感谢您的帮助和支持。
谢谢!
I have run thru the Matter documentation and going to create my own non-standard cluster in my matter device for my own use case.
Question is Can I control a non-standard matter cluster by HomeKit SDK?
I run thru the HomeKit SDK document but cannot find any hints.
Hi,
I am trying to use ThreadNetwork APIs in my app.
When I try to invoke any thread API I am getting the following error:
"[thclient] Client: -[THClient connectToXPCService]_block_invoke - CTCS XPC Client is invalidated."
Also the process to add thread entitlement to the app is not clear.
I have added the ThreadNetwork Mobile Profile on my device but I still get the above error.
Could I get some help with this? Thanks.
Hi there
I tried to use a Thread Network in my App.
Actually I added ThreadNetwork in frameworks folder
and I tried to initialize THClient pointer.
THClient* Thread = [[THClient alloc] init];
but error is occur as bellowing
"[thclient] Client: -[THClient connectToXPCService]_block_invoke - CTCS XPC Client is invalidated."
May I get an advice??
Thanks