top | item 10114169

(no title)

kitx | 10 years ago

Happy to answer any questions, this has been a little side project of mine with Swift and Google's Gmail API.

discuss

order

huslage|10 years ago

Why in-app purchase instead of just making the app $5?? This is akin to a demo version and it's a bit misleading to call it Free.

kitx|10 years ago

My reasoning was that most people only have one email account and thus would be fine with the free version.

As to why in-app purchase, I wanted people to be able to use it first without payment. In-app purchase has been growing in popularity on the App Stores lately and I think this is why. I also feel it's cleaner not to have two separate versions on the App Store.

But thanks for the feedback, I guess you're right. It's misleading to call it free. I will amend the landing page to make it clearer.

geekrax|10 years ago

Does it poll the email servers frequently or it's receiving IMAP notifications directly?

kitx|10 years ago

There is no use of IMAP, it's using the Gmail API. It does poll the Gmail API frequently which is currently the recommended method of checking for new email according to Google.

I know at some point they will switch to PubSubHubbub as the preferred way to get notifications.