This is related to a previous post; however, I changed our login to use app users and retreive the token from our backend API. The backend API grabs the JWT token from Box and will either use it itself or pass it back to the moble.
The problem I am seeing is (after enabling the Box API Log output to NSLog) is the SDK will hang on a request to: api.box.com/2.0/users/me
Inceidentilly, this was the same place that it was failing while we were using in-app oauth. The login screen would not be cleared since the SDK was hung trying to reach /users/me
When I drop the returned token into postman and manully mess with the same token it works. I can intercept the call using fiddler. This seems to be localized into the box sdk itself.