tiki-deprecated / publish-sdk-ios

TIKI SDK (iOS) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
3 stars 2 forks source link

Title tags and license use cases created by Tiki SDK iOS cannot be seen in the backend index #244

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

It seems that the title tags and license use cases created by Tiki SDK iOS are not visible in the backend index. There's a possibility that they are either malformed or the backend index is discarding them.

Possible cause

The guard method is working properly. That means the license use case is somehow saved, otherwise, it would fail with the missing use case.

The encoding and decoding of the json Platform Channel messages could be the cause. It is written correctly and read correctly by iOS but not in other channels that expects the correct json encoding.

Tasks

ricardobrg commented 1 year ago

outdated