-
I'm trying to write for a Python lambda that needs to do a pub/sub. Everything seems to be working with a lot of help from the simple pub/sub example. The relevant code snippet is here:
` eve…
-
I have just implemented aws-iot-device-sdk-java in my android app but the client keeps connecting and disconnecting.
```
try {
LOGGER.severe("I am trying to connect now...");
…
-
Hi,
last Tuesday, a lambda which calls both register- as updateCertificate gave some errors we have not seen before:
```
com.amazonaws.AmazonServiceException: Unable to unmarshall exception res…
-
**State your question**
When i am trying to connect my end point its' not connecting,It's showing connection lost
**Which AWS Services are you utilizing?**
AWS cognito userpool,federated identity p…
-
Please see log
Specific error is:
```bash
| cc1: error: include location "/usr/include" is unsafe for cross-compilation [-Werror=poison-system-directories]
```
full log:
```bash
Log dat…
rpcme updated
3 years ago
-
I'm using **awsIot** to **getThingShadow** its working fine in lower than iOS 13 but getting issue on ios 13. I'm using below versions of pods
```
pod 'AWSMobileClient'
pod 'AWSIoT', '~> 2.13.0'
…
-
nugyn updated
4 years ago
-
**Describe the bug**
Our app, after going into the background, waiting for 10-15 minutes, then reopening, will normally reconnect to the MQTT socket correctly. If however, the network connection is b…
-
**Describe the bug**
I have returned from holiday and I am no able longer to build the app on my device. Building on simulator works without a problem. The source code had no changes according to git…
-
Is it not possible to use the **AWSIOT** framework and the **AWSAppSync** framework in the same project?
Ive spent hours trying to get the AWSIoT Framework to compile.
The pod is installed just …