Environment
iOS with AI Companion
Steps to reproduce
- Call funciton [TinyWebDB.StoreValue] or [CloudDB.AppendValueToList]
- Create a dictionary as a value to be stored
- Trigger a button click event to execute
Result
The app is crashed when click button
Sample Code
Note
- If building this app as .apk and running it in a emulator. The dictionary can be stored in DB.
- In step 2, if changing dictionary to text or list, iOS will not crash.