Azure-Samples / azure-iot-samples-ios

azure-iot-samples-ios provides a set of easy-to-understand, continuously-tested samples for using Azure IoT Hub via Azure/azure-iot-sdk-c.
MIT License
13 stars 8 forks source link

Migrate iOS instructions from docs #21

Closed kgremban closed 4 months ago

kgremban commented 5 months ago

Purpose

Move the instructions for running this sample out of the IoT Hub docs (https://learn.microsoft.com/azure/iot-hub/c2d-messaging-ios) and into this repository.

Does this introduce a breaking change?

[ ] Yes
[ X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ X] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information

kgremban commented 5 months ago

@ericwol-msft -- I created this PR after discussion with @ryanwinter about consolidating iOS sample content in a single place. Can either of you review?