
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_29777421/article/details/79980783
报错:NSInternalInconsistencyException’, reason: ‘Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient)’
在info.plist 中添加
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
即可解决
查看评论