Skip to content
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

Closed
dktan opened this issue Dec 19, 2017 · 13 comments
Closed

embedded signing view? #3

dktan opened this issue Dec 19, 2017 · 13 comments

Comments

@dktan
Copy link

dktan commented Dec 19, 2017

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.

@iOSSDK-DocuSign
Copy link
Contributor

It supports Online and Offline Signing with - Embedded signing view.

@dktan
Copy link
Author

dktan commented Dec 19, 2017

@iOSSDK-DocuSign
image
can't find anything else

@iOSSDK-DocuSign
Copy link
Contributor

They are the two options to present signing view controller. presentSendTemplateControllerWithTemplateWithId presents the signing view controller on passed in presentingController.

@dktan
Copy link
Author

dktan commented Dec 19, 2017

@iOSSDK-DocuSign
image
I got this view, seems like I can send a template through this view, not sign

@iOSSDK-DocuSign
Copy link
Contributor

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...

@dktan
Copy link
Author

dktan commented Dec 19, 2017

So, this lib can not provide a view like the web page /v2/accounts/{accountId}/envelopes/{envelopeId}/views/recipient provides for customer? right?

@iOSSDK-DocuSign
Copy link
Contributor

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.

@dktan
Copy link
Author

dktan commented Dec 19, 2017

I mean a UIView, like that web page, where an end user who don't have docusign account can just sign a document.

@iOSSDK-DocuSign
Copy link
Contributor

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.

@iOSSDK-DocuSign
Copy link
Contributor

@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.

@toseefkhilji
Copy link

@iOSSDK-DocuSign I guess @dktan is asking for EnvelopeViews: createRecipient, Is there any method/class in sdk for this EnvelopeViews: createRecipient?

@patelvivek9115
Copy link

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

@patelvivek9115
Copy link

@dktan did you find any way to open the signing view that user can able to sign the document, please share your views thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants