cloverstudio / Spika

Spika is universal chat module with backend, web, ios and Android client.
610 stars 352 forks source link

Spika Stickers not visible on iOS 9.3.2 #16

Open biranchi2018 opened 8 years ago

biranchi2018 commented 8 years ago

I have added Spika in my Xcode project. The spika stickers are not visible on iOS 9.3.2

img_5621

kinoue commented 8 years ago

I have the same issue. By default, the app gets sticker data from '/spika/v1/stickers', which works, i.e. the following command seems working: curl 'http://ossdemo.spika.chat/spika/v1/stickers'

The endpoint returns a JSON list. But I access to one of the image URL specified in the JSON, e.g. curl 'http://spika.chat/api/v2/sticker/prKybLdCGdYZHGnWXRJtSGVv7CobftPv'

This doesn't work.

peddireddykishore commented 7 years ago

I have also the same issue . if anybody solved this thing pls give me suggestions .

Thank you