由于GestureRecognizer子类,iOS App被拒绝

时间:2018-01-22 12:09:23

标签: ios itunesconnect uigesturerecognizer

我尝试将我的应用程序提交给AppStore,但被动机拒绝了:

您的应用使用或引用了以下非公开API:

UIScrollViewDelayedTouchesBeganGestureRecognizer, UIScrollViewPanGestureRecognizer

我能找到这个字符串的唯一地方是MHVideoPhotoGallery pod。它使用像:

 if ([otherGestureRecognizer isKindOfClass:NSClassFromString(@"UIScrollViewDelayedTouchesBeganGestureRecognizer")]|| [otherGestureRecognizer isKindOfClass:NSClassFromString(@"UIScrollViewPanGestureRecognizer")] ) {
        return YES;
    }

我为此创建了一个问题(https://github.com/mariohahn/MHVideoPhotoGallery/issues/156),但没有得到回应。但这是一个受欢迎的pod项目,如果Apple因为它而拒绝了应用程序 - 它不会广为人知吗?这种情况该怎么办?

0 个答案:

没有答案