James Lawton

Results 8 comments of James Lawton

Hi @gopalIOS1989. As of version 3, this SDK has been designed for use in Swift codebases, and is not compatible with Objective-C. This represents the significant majority of apps newly...

Does the `--use-xcframeworks` flag mentioned in the error help? It should alternatively be possible to drag the framework project into your project and add it as a target dependency for...

I find that choice of callback URL really surprising. I may be mistaken, but I believe that iOS authentication controllers require that you use a custom scheme, so I don't...

@HemanthAlluri Right now, there's no explicit Swift API. This change should make it possible to use the existing SDK more easily with Swift, though, as it includes a dynamic framework...

I'm assuming Q will be used on the front end here. The trouble is, most people build both the client and server side of an app, so if you can't...

I haven't attempted it, but I believe that it would be possible to create a custom BOXAbstractSession object, with the given accessToken, and from that create a BOXContentClient and BOXPreviewClient....

Are you calling `[[BOXContentClient defaultClient] logOut]`?