BugSplat-Git / BugSplat-iOS

Crash reporting for iOS
https://docs.bugsplat.com/introduction/getting-started/integrations/mobile/ios
Other
6 stars 0 forks source link

Add Support for Client ID and Client Secret in Symbol Uploads #8

Open bobbyg603 opened 2 years ago

bobbyg603 commented 2 years ago

Our Unity and Unreal engine integrations need this functionality.

On other platforms, we support both user credentials, as well as OAuth2 Client Credentials AKA database specific Client ID and Client Secret.

An example of how to upload symbols for a version using Client ID and Client Secret is available in the bugsplat-js-api-client repo.

OAuthClientCredentials API

Versions API

bobbyg603 commented 1 year ago

Perhaps we might move away from the shell script, develop this code in swift, and distribute a binary?

We could also potentially create a standalone dotnet 6/7 binary which we could write in C# and would be cross platform.