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
@@ -72,7 +77,8 @@ cd ../aws-iot-device-sdk-java-v2/android
72
77
```
73
78
74
79
Add the following to your project's build.gradle:
75
-
```groovy
80
+
81
+
```groovy
76
82
repositories {
77
83
mavenCentral()
78
84
maven {
@@ -85,55 +91,48 @@ dependencies {
85
91
}
86
92
```
87
93
88
-
89
-
90
94
## Mac-Only TLS Behavior
91
95
92
-
Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. Beginning in v1.2.6, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:
96
+
Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. When a stored private key from the Keychain is used, the following will be logged at the "info" log level:
93
97
94
98
```
95
99
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
96
100
```
97
101
98
-
99
-
100
102
## Samples
101
103
102
104
[Samples README](samples)
103
105
104
-
105
106
## Getting Help
106
107
107
108
Use the following sources for information :
108
-
* Check api and developer guides.
109
-
* Check for similar issues already opened.
110
-
111
-
If you still can’t find a solution to your problem open an [issue](https://github.com/aws/aws-iot-device-sdk-java-v2/issues)
112
109
110
+
* Check api and developer guides.
111
+
* Check for similar issues already opened.
113
112
113
+
If you still can’t find a solution to your problem open an [issue](https://github.com/aws/aws-iot-device-sdk-java-v2/issues)
114
114
115
115
## Giving Feedback and Contributions
116
116
117
117
We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels.
* Articulate your feature request or upvote existing ones on our [Issues](https://github.com/aws/aws-iot-device-sdk-java-v2/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request) page.
* Articulate your feature request or upvote existing ones on our [Issues](https://github.com/aws/aws-iot-device-sdk-java-v2/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request) page.
0 commit comments