Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 62ba1ab

Browse files
committed
Notice about digest algorithm
1 parent 1b97784 commit 62ba1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/how_to_implement_open_store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction. Key Features of OpenIAB protocol
33

44
**Reliability.** Acquired Items are stored on Appstore side and can be retrieved by application at any time using mHelper.queryInventory(). If application is stopped by the system or crashed during item purchasing and cannot retrieve result you will find all purchased items next time when request Inventory from Appstore
55

6-
**RSA Verification.** In addition to server side API for receipt verification, public and private RSA keys are used in OpenIAB protocol to sign receipt data. It allows to verify purchase is healthy right in application code without any server-to-server interaction
6+
**RSA Verification.** In addition to server side API for receipt verification, public and private RSA keys are used in OpenIAB protocol to sign receipt data with SHA1 digest algorithm. It allows to verify purchase is healthy right in application code without any server-to-server interaction
77

88
To support OpenIAB in your Appstore, you need to to following steps:
99
* Step 1. Native Client. Add bindable services to your native client to integrate with third-party applications.

0 commit comments

Comments
 (0)