-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
embedded signing view? #3
Comments
It supports Online and Offline Signing with - Embedded signing view. |
@iOSSDK-DocuSign |
They are the two options to present signing view controller. presentSendTemplateControllerWithTemplateWithId presents the signing view controller on passed in presentingController. |
@iOSSDK-DocuSign |
If you have a template with a placeholder for signer and when logged in user is added to it on this screen, or in-person signer with logged in user as host will trigger signing. As logged in user is one of the signer or a host... |
So, this lib can not provide a view like the web page /v2/accounts/{accountId}/envelopes/{envelopeId}/views/recipient provides for customer? right? |
It provides signing ceremony for a user but it's not a webpage but UI component which is internally loading the same Web page. but does not provide web page. |
I mean a UIView, like that web page, where an end user who don't have docusign account can just sign a document. |
If the user is not on DocuSign then someone needs to host it for that user and then they can sign. but this SDK does not give a UIVew for them. You can use other API to do that. |
@dktan I am closing the issue as there are no further questions please feel free to open up the new issue if you have an issue. will be happy to help you. |
@iOSSDK-DocuSign I guess @dktan is asking for EnvelopeViews: createRecipient, Is there any method/class in sdk for this EnvelopeViews: createRecipient? |
I am getting same issue I just want to open signing view that user can sign the document and save it I am not able to find any api in sdk I tried with method presentEditRecipientsControllerForEnvelope by passing envelope id but nothing is happening |
@dktan did you find any way to open the signing view that user can able to sign the document, please share your views thanks. |
As I read through the docs, there is no functionality of embedded signing, only native view this lib provide is a template controller view for sending templates to customers.
But, as your advertised here: https://docs.docusign.com/ios_sdk/index.html, there should be a view that can collect signatures from customers, which is kinda of embedded signing.
If you do have this embedded signing feature, please tell me where to find it.
If you do not, I will try find work around myself.
The text was updated successfully, but these errors were encountered: