How to properly use location in background - app got rejected 3 times

后端 未结 3 1257
轻奢々
轻奢々 2020-12-30 11:54

My app got rejected by Apple three times, all with the same rejection letter, which is:

We found that your app uses a background mode but does not inc

3条回答
  •  情话喂你
    2020-12-30 12:26

    startMonitoringSignificantLocationChanges don't require a background mode registration. Only continuous location changes do.

提交回复
热议问题