因为这个原因,我的应用程序更新(1.1)被拒绝了:We found that your app uses a background mode but does not include functionality that requires that mode to run persistently。
但我的应用程序在1.0版中仍然使用相同的功能。
我要做的是:在位置更新时,我检查新位置是否位于特定区域(矩形)内:
- (BOOL)locationInRegion: (CLLocation *) lastLocation {
if ((lastLocation.coordinate.la
我使用"ShareDialog“来分享从我的应用程序到Facebook wall的链接。当我发布一个链接时,它只在用户的时间线中显示内容,而不在主页中显示。我哪里做错了?
我正在做这样的事情:
// This is how i invokes the shareDialog
FacebookDialog shareDialog = createShareDialogBuilderForLink().build();
private FacebookDialog.ShareDialogBuilder createShareDialogBuilderForLink() {
ret