We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears the parameters in the SDK for APNS Push Configuration only supports .p12 files while the endpoint supports both .p12 and .p8. https://sendbird.com/docs/chat/platform-api/v3/push-notifications/managing-apns-configurations/add-an-apns-push-configuration
It would be beneficial to add support for both. See the implementation details in the SDK here: https://github.com/sendbird/sendbird-platform-sdk-python/blob/main/sendbird_platform_sdk/model/add_apns_push_configuration_data.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears the parameters in the SDK for APNS Push Configuration only supports .p12 files while the endpoint supports both .p12 and .p8.
https://sendbird.com/docs/chat/platform-api/v3/push-notifications/managing-apns-configurations/add-an-apns-push-configuration
It would be beneficial to add support for both. See the implementation details in the SDK here:
https://github.com/sendbird/sendbird-platform-sdk-python/blob/main/sendbird_platform_sdk/model/add_apns_push_configuration_data.py
The text was updated successfully, but these errors were encountered: