PJ Vea
PJ Vea

Reputation: 112

YouTube Objective-C API Push Notifications

Does Google provide a way to get push notification on iOS when a new video is uploaded to a playlist?

I found a Google I/O video where they discuss YouTube API push notifications for web apps but I can't find any documentation for iOS push notifications.

https://developers.google.com/events/io/sessions/328119818

If they do not provide a solution what would be the best options?

Upvotes: 1

Views: 299

Answers (1)

Ibrahim Ulukaya
Ibrahim Ulukaya

Reputation: 12877

There is a request for this, you can track it from public issue tracker.

https://code.google.com/p/gdata-issues/issues/detail?id=5602

Till then, your best option is to poll the server with API request with either constant or exponential backoff in a loop.

Upvotes: 1

Related Questions