Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
设备离线时如何处理 OpenFeint 请求?
例如发布高分和解锁成就。
如果玩家下线了,怎么处理?
下次设备上线请求是否需要加代码?
openfeint 是否对此提供了内置支持?
这一切都由 OpenFeint 在内部处理。当系统离线时,它使用本地数据缓存,然后在下次在线时与其服务器同步。