0

I'm having a requirement as follows:

There is a web application which does some processing work and final agreement doc has to be displayed on an android device for the customer and accept his digital signature. How do I display the document on the device? Is there any way to activate android app remotely?

4

2 回答 2

1
  1. 开发可以获取数字签名并将其附加到文档的 Android 应用程序。
  2. 让您的客户将其安装在他/她的 Android 设备上。
  3. 使用像GCM这样的服务来远程启动你的应用程序,然后让应用程序从服务器读取文件。
  4. 让您的客户签字。
  5. 发回签名文件
于 2013-03-22T09:43:33.337 回答
0

您应该使用GCM (Google Cloud Messaging)远程激活您的应用程序,有一个名为Chrome to phone的开源应用程序(由 Google 提供),它通过按浏览器中的按钮打开一个网站,您应该检查一下,我打赌稍作修改,您就可以根据自己的需要进行调整

于 2013-03-22T09:48:59.003 回答