1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

FlutterのImagePickerでapp storeにリジェクトされた件。

Last updated at Posted at 2020-11-25

ストアから以下のリジェクトをくらいました。

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

We noticed that your app requests the user’s consent to access the camera and photos, but doesn’t sufficiently explain the use of the camera and photos in the purpose string.

To help users make informed decisions about how their data is used, all permission request alerts need to specify how your app will use the requested information.

Next Steps

Please revise the relevant purpose string in your app’s Info.plist file to specify why your app needs access to the user's camera and photos. Make sure the purpose string includes an example of how the user's data will be used.

You can modify your app's Info.plist file using the property list editor in Xcode.

原因と対策

下記ページを参考にImagePickerを導入してたのですが、
https://makulogsleep.com/flutter-image-store

下の部分をそのままInfo.plistに貼り付けてたら、「簡単すぎてわからんわ!」とお叱りを受けました。
スクリーンショット 2020-11-25 13.09.04.png

タグの中身を、具体的に「画像データをどう使うのか」と書き直したらOKでした。

ちなみに、どこで使われるのか。

以下のように、「カメラへのアクセスを求めています」の下に使われます。
スクリーンショット 2020-11-25 13.14.35.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?