Harold Smith III

Results 10 comments of Harold Smith III

Keys created within a trusted coprocessor cannot he exported (and I believe ones imported can’t either). Plus, you should never transfer private key material. It defeats the entire point of...

Requested 18 months ago, this would be a much easier solution than having to pass Org Id in as a parameter to templates.

This library is not compatible and never will be with Bitcode.

I used AWS IoT + Alexa. Alexa skill "[Open|Close] garage door" Sends to AWS Lambda function AWS Lambda sends to SNS topic SNS sends to AWS IoT MQTT topic (Lambda...

I'll throw up a gist over the holiday weekend - if I don't by next Sunday please @ me!

@zbowman @morejava @drunet I've thrown something up here: https://github.com/h3smith/aws-iot-alexa I am away on holiday since last week - I'll upload the Lambda code and Raspberry Pi code on how to...

@boogy886 @zbowman i pushed to the repo - apologies for the delay - work has been crazy! please just tag me on that repo so I don't clog up Andrews...

While more work, perhaps the correct solution is a core cocoapod, with the logic for each individual permission in its own pod. Or, while hacky if you are building from...

They are performing static analysis and finding the calls for the specific permissions and noticing the lack of the description in the plist file. Nothing more than that and you...

The only solution is that preprocessor flags have to be defined for the build process. There really isn't a way around it. Sadly you can't #define at the top of...