Iterable / swift-sdk

Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://iterable.com/
MIT License
86 stars 68 forks source link

Making a `getMessages` once per day #768

Open lpikorhcp opened 1 month ago

lpikorhcp commented 1 month ago

Hello,

I would like to configure Iterable SDK to make getMessages call only once per day.

I've read the documentation I also went through IterableConfig but I don't see this kind of option.

What's interesting is that in Proxyman I see that getMessages is called twice after each app startup - is that a bug in the SDK or maybe misconfiguration on my end?