I am getting rate "limit exceed error". I know about Vimeo rate limit conditions and I am caching api calls response for reducing Vimeo hits.
I am not sure that playing a Vimeo video can affect rate limit or not.
I am using Vimeo video external player url for playing video in my iOS project.
Example: https://player.vimeo.com/external/176590201.sd.mp4?s=......&profile_id=...&oauth2_token_id=...
Is it possible that playing a Vimeo video consider as a api call to Vimeo server and affect rate limit?
Any suggestion or link will much appreciated.