You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Keys are managed with [cocoapods-keys](https://github.com/orta/cocoapods-keys).
17
+
You will need to add API keys for Chain.com (required) and Plesk analytics (optional):
18
+
19
+
pod keys set "Chain" "key" BitStore
20
+
pod keys set "Analytics" "key" BitStore
21
+
22
+
16
23
Open BitStore.xcworkspace.
17
24
You will see three schemas:
18
25
@@ -21,10 +28,6 @@ You will see three schemas:
21
28
- Tests (Unit xctest)
22
29
23
30
On the test server the stripe test servers will be used and only 0.0001 / 0.0002 / 0.0005 / 0.001 BTC will be transfered. Also the developer profile will be used for the APNs. Phone verification is skipped on the test server.
24
-
25
-
In the file `Keys.m` you will have to add API keys for certain features to work. To prevent committing this file you might want to run this:
0 commit comments