문제

I have an Appcelerator question.

Is there somekind of callback for new ACS reviews? One way to do this is to make the app refresh every x-seconds.. but this will quickly use too much resources. Imagine 10 people use it for 10 minutes, with auto-refresh set for 10 seconds.. it will amount to 10x6x10 = 600 API calls! And that is only for 10 people for 10 minutes, and what if they are online for 1 month??

So having a callback which notifies only if there is a NEW review will greatly of help here.

Is there actually a way doing this that I've missed, or other workarounds? Thanks!

도움이 되었습니까?

해결책

One possible solution is through push notifications?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top