promotedai / ios-metrics-sdk

iOS client library for Promoted.ai metrics tracking.
MIT License
7 stars 1 forks source link

feat: always send http request "content-type" header #198

Closed prm-dan closed 1 year ago

prm-dan commented 1 year ago

I don't know why we didn't always send through "content-type" header.

This PR also tries to fix GitHub Action configs. "macos-latest" uses a version of macos that fails the GHA.

TESTING=Iterated on GHA. I'm iterating on the test.

prm-xingcan commented 1 year ago

Might need to fix the tests

prm-dan commented 1 year ago

Might need to fix the tests Yea, I'm still iterating on it. It works locally.