NSLocationWhenInUseUsageDescription warning, but I have already added it

前端 未结 5 1181
孤街浪徒
孤街浪徒 2021-02-05 03:29

While I have already added:

NSLocationWhenInUseUsageDescription

I keep receiving this warning:

This app has attempte

5条回答
  •  不思量自难忘°
    2021-02-05 03:49

    There are a ton of poorly structured frameworks (namely FirebaseMessaging) that use camera and location for no benefit to the user. You should alert end user this functionality is NOT needed for your application and user must NOT grant app access to that parasite inside. What a sad, sad times we live in.

        NSLocationAlwaysUsageDescription
        Your location is not needed. This request has popped up due to a 3rd party framework used by the app in a context that does NOT need you to reveal you location
        NSLocationWhenInUseUsageDescription
        You will get zero benefit allowing this app accessing your location. You should never see this alert. If you do alert technical support at foo@bar.baz
    

提交回复
热议问题