Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS プロジェクトに sqlite DB を追加しました。それを非公開にしたいのですが、内部の内容をユーザーに見せたくないのです。しかし、.ipa ファイルを作成したら、その拡張子を .zip に変更し、パッケージの内容を確認すると、その sqlite ファイルにアクセスできます。
sqlite ファイルを追加して、ipa ファイルからアクセスできないようにするにはどうすればよいですか?
乾杯