adzerk / adzerk-ios-sdk

Access Adzerk's ad serving APIs via iOS
https://www.adzerk.com
Other
9 stars 5 forks source link

Support for Multiwinner #29

Closed subdigital closed 3 years ago

subdigital commented 3 years ago
subdigital commented 3 years ago

Resolves #18

karnowski commented 3 years ago

@subdigital It's not clear to me, but if the count is NOT specified, will this code just ignore count on the request? (That's what we want.) I just want to make sure that we do NOT send either a nil or a 1 by default. (Long story, but having any value for count at all triggers different behavior than when it's missing.)

subdigital commented 3 years ago

Verifying this.... we may need to implement a custom encode method here to avoid if the value is nil.

subdigital commented 3 years ago

Confirmed, the default behavior is not to include the key at all if the count is nil. We're good.