- Home /
Sqlite4Unity3d not created database in ios.
Hii Guys ,
i am using Sqlite4Unity3d plugin for sqlite database implementation. this plugin work in android fine . but in ios its not created database. its show error "deny " for created database. Anyone have idea , how we creat sqlite database in ios using Sqlite4unity3d.
Thanks.
Where are you trying to save the db file to? What is the EXACT error you are seeing. It sounds like you do not have permission to write to the directory you're attempting to create the db in.
Answer by Naphier · Oct 21, 2016 at 03:14 AM
Have you followed the instructions in the video on the GitHub repository for Sqlite4Unity3d? They have a video from earlier this year that should get you going on iOS deployment.
i have follow all instructions but db is not created. anyone help me how we creat DB in ios . using this plugin. Sqlite4Unity3d.
Answer by akshaykumar · Oct 21, 2016 at 08:26 AM
DBcreated in simulator but in iphone its shows deny error for creating DB.
Your answer
Follow this Question
Related Questions
Sqlite db error build iphone4 0 Answers
Best Way To Store Credentials and Data Online? 1 Answer
database access in IOS 0 Answers
Better way to create a High Score database 1 Answer
mobile universal SQLite connection 0 Answers