Threading with Richie SDK

In general it’s a good idea to always call Richie SDK on the main queue. Not all methods require it but many do, and any method that takes a significant amount of time will be callback based. The main queue is always a safe choice, and you may run into assertion failures when using a background queue.