I need to store an image (bitmap or array of bytes ) in realm database using xamarin .
when I tried to save it in a bitmap , an error appeared that realm does not support bitmap . when I tried to save it in a byte array , an error appeared that its size is too big . Also when I tried to store the path of the image , I did not get the actual path , I only get the temporary path of the image so it did not help .
is there is any solution to do this ?