GoCarrot / teak-ios

Teak SDK for iOS
Apache License 2.0
3 stars 1 forks source link

Report teak_channel_name property with reward claim/on launch notifications if present #25

Closed AlexSc closed 4 years ago

AlexSc commented 4 years ago

Similar to teakCreativeName and teakScheduleName, we should report teakChannelName if the teak_channel_name parameter is present on a notification or link.

ZeroStride commented 4 years ago

The notification code will look for 'teakChannelName' in the 'aps' dictionary.

The reward code will look for 'teak_channel_name' in the link.

In both cases it will report the value as 'teakChannelName' in the dictionary it gives to the host app.