0
Appirater
을 애플리케이션에 구현했습니다. 정상적으로 작동합니다. 그러나 Appirater
팝업에서이 앱 평가 버튼을 클릭하면 Appstore로 이동하여 앱을 평가합니다. AppStore에서 '리뷰 쓰기'버튼을 클릭하면 같은 페이지가 다시 나타납니다. 두 번째로 리뷰 쓰기 버튼을 클릭하면 리뷰를 볼 수 있습니다. ?Appirater를 사용하는 동안 Appstore에서 App 검토 페이지가 두 번 나타납니다
- (void)applicationDidBecomeActive:(UIApplication *)application
에 :
- (void)applicationWillEnterForeground:(UIApplication *)application
{
[Appirater appEnteredForeground:YES];
}
내가 넣어했던이 문제를 해결하는 방법이 내가 같은 문제가 있고, 나는에서 [Appirater appEnteredForeground:YES];
를 이동했다
[Appirater setAppId:@"AppId"];
[Appirater setDaysUntilPrompt:0];
[Appirater setUsesUntilPrompt:3];
[Appirater setSignificantEventsUntilPrompt:-1];
[Appirater setDebug:NO];
[Appirater appLaunched:YES];