0
ios의 app을 평가하므로 Appirater 프레임 워크를 사용하고 있습니다. 하지만 제대로 작동하지 않습니다. 여기 내 코드가있다. 5 일 후에 나는 설정해야한다. 그리고 나는 디버그 모드에있다.Ios Appirater가 Ios 10에서 제대로 작동하지 않습니다.
[Appirater setAppId:@"456546456"];
[Appirater setDaysUntilPrompt:0];
[Appirater setUsesUntilPrompt:0];
[Appirater setSignificantEventsUntilPrompt:-1];
[Appirater setTimeBeforeReminding:0];
[Appirater setDebug:YES];
[Appirater appLaunched:YES];
내가이 경고를 열어야하는 버튼을 클릭하면 여기에 내 코드가 있습니다.
[Appirater userDidSignificantEvent:YES];