Acknowledged
CIQQA-3292

makeImageRequest works for AMOLED watchfaces but not MIP

The error message changes with each new version of the SDK, but the result is always fail when trying to use makeImageRequest in a watchface for a MIP device. This works for AMOLED devices. Can this get fixed?

For a MIP device, with SDK 8.1+ the error is:

Error: Exception occurred
Details: failed inside handle_image_callback
Exception: The requested memory could not be allocated from the graphics memory pool

For an AMOLED device, there is no error message because it work, the image is displayed on the watchface as it should.