ThreadNetwork

RSS for tag

Helps 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

How to use notification to notify shared container changes in cloudkit?
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.
2
0
124
1w
How to use ThreadNetwork.framework Api
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
0
0
272
Apr ’24
OS 17及以上版本中VPN连接后特定流量不通过本地网络的问题求解
尊敬的开发者社区成员, 我最近在开发iOS平台上的VPN应用程序时遇到了一个问题,希望能在这里寻求一些帮助和建议。在我的应用程序中,我注意到在iOS 17及以上版本中,连接到VPN后,特定流量似乎不再通过本地网络发送,而是直接通过VPN连接发送。 为了解决这个问题,我已经尝试了以下几种方法: 确保VPN配置正确,并与VPN服务提供商确认配置是否符合预期。 在iOS设备上检查系统设置,确保VPN配置被正确应用。 使用网络抓包工具分析网络流量,观察流量的源和目的地址,以确定是否通过VPN连接发送数据。 然而,尽管我已经采取了这些步骤,问题仍然存在。我怀疑这可能是iOS 17及以上版本中网络堆栈实现的变化所导致的。因此,我正在寻找更多的调查和解决方案,以确定问题的根本原因,并找到一个可行的解决方案。 如果您在iOS 17及以上版本中遇到了类似的问题,或者您对iOS网络连接行为有深入的了解,请不要犹豫,与我分享您的经验和建议。我非常感谢您的帮助和支持。 谢谢!
0
0
533
Feb ’24
Facing issue in using ThreadNetwork API in iOS
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.
2
0
756
Nov ’23