Our iOS native application is using Docusign native SDK 2.5.2 version. The Docusign gets loaded and when I click continue for signing, it pops up a location permission alert and the Docusign window gets closed immediately. Please let me know how to fix this issue.
Asked
Active
Viewed 45 times
0
-
do you use an iframe to load DocuSign UI inside an iframe? – Inbar Gazit Aug 18 '21 at 22:13
-
Did you also try using `NSLocationWhenInUseUsageDescription`? Another option with `NSLocationAlwaysAndWhenInUseUsageDescription` and `NSLocationAlwaysUsageDescription`? – ashokds Aug 20 '21 at 01:10