Frequently Asked Questions
This page contains FAQs for individuals or professionals who may be considering to use GyroPalm SDKs on a regular routine. It is also intended to address any common problems or "known issues".
-
Do all GyroPalm SDKs have the same methods? GyroPalm SDKs have nearly identical method names and references. However, slight variations may occur between versions/platforms of the SDK due to usage improvements. For details, please read the full reference on the respective page of GyroPalm SDK Docs.
-
Can I directly use GyroPalm Central API or Realtime without using an SDK? Absolutely. GyroPalm provides SDKs as a supplement to improve your experience and speed of implementation. If you find it preferrable to directly write your code to connect with the
GyroPalm Central APIorGyroPalm Realtime, please feel free to do so. However, please understand that there is a rate limit of 20 requests per minute for the Central API and a limit of <= 10 payloads per second (10 FPS max) for GyroPalm Realtime server. Exceeding these rates may cause temporary account suspension or an IP block.