docusign / mobile-android-sdk

The Official Docusign Android SDK for integrating e-signature & signing documents. Click the link below to view SDK API Documentation https://docusign.github.io/mobile-android-sdk/
Other
17 stars 12 forks source link

Error on Downloading PDF target api 34 - SecurityException #46

Closed vdrahorad-paylocity closed 5 months ago

vdrahorad-paylocity commented 7 months ago

While attempting to download a PDF file via the DocuSign Android SDK screen for signing documents, the SDK screen exits without completing the download. This behaviour is accompanied by a logged error related to a SecurityException.

Steps to Reproduce:

The following error is logged: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

Target SDK: 34 Additional Information: This issue seems to be related to changes in the target SDK (34) and the way broadcast receivers are registered within the application. It's likely that adjustments need to be made to ensure compatibility with the latest Android SDK requirements.

naveentds commented 7 months ago

Hi, We will look into this issue and will let you know once it is fixed in Android SDK. Thanks.

naveentds commented 6 months ago

Hi, This issue has been fixed in SDK v1.9.4 release. Please try it out and let us know how it goes. Thanks.

banasiak commented 5 months ago

LGTM!