How do I use a Thread Network API in IOS

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

Tip: When storing credetials make sure you are using the mac extended address as border agent ID, this was crucial to make it work for me.

How do I use a Thread Network API in IOS
 
 
Q