문제

우리는 앱이 앱을 요청하지 않고도 풍부한 간극 광고가 무작위로 계속 나타나는 이상한 문제가 있습니다. 우리는 iOS 용 Burstly SDK를 사용하고 있습니다.

풍부한 로그를 보면

[;2013-11-06 16:01:13.209 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, Refresh ad operation is requested.
2013-11-06 16:01:13.210 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, Will show prefetched ad.
2013-11-06 16:01:13.210 MyMusicApp[43490:a0b] [Burstly]d t=2571i, Reachability Flag     Status: -R -----l- networkStatusForFlags
2013-11-06 16:01:13.211 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210,   NetworkController=0x13a6cdb0, NetworkName=millennial, Show of a prefetched ad is requested.
2013-11-06 16:01:13.211 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210,   NetworkController=0x13a72c70, NetworkName=millennial, Received ad. Transferring to main   thread...
2013-11-06 16:01:13.211 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, NetworkController=0x13a72c70, NetworkName=millennial, Received ad on main thread. 
2013-11-06 16:01:13.211 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, Ad manager has received millennial ad.
2013-11-06 16:01:13.212 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, AutoRefreshManager=0x19ef45b0, Timer is stopped.
2013-11-06 16:01:13.212 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, AutoRefreshManager=0x19ef45b0, Current network is set to millennial.
2013-11-06 16:01:13.212 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, AutoRefreshManager=0x19ef45b0, Timer is calculated as 30.000000.
2013-11-06 16:01:13.212 MyMusicApp[43490:a0b] [Burstly]d t=2571i, m=0x19365210, AutoRefreshManager=0x19ef45b0, Timer is started

타이머를 무작위로 시작하고 표시하기 위해 간질을 가져 오는 일부 AutoreFreshmanager가있는 것 같습니다. 나는 우리가 코드 내에서 이것을 요청하지 않는다고 생각합니다. 누구든지 전에 이것에 직면하거나 왜 이런 식으로 풍부하게 행동하는지 알고 있습니까?

코드의 스택 추적이 있습니다

   0   MyMusicApp                      0x008ae9bb -[MMWebView initWithFrame:] + 75
1   MyMusicApp                      0x0087dc13 -[MMOverlayViewController init] + 691
2   MyMusicApp                      0x0087a8b9 +[MMInterstitial displayForApid:fromViewController:withOrientation:onCompletion:] + 1036
3   MyMusicApp                      0x00926411 -[BurstlyMillennialInterstitial presentInterstitial] + 400
4   MyMusicApp                      0x00926bcb -[Burstly_millennial_Adaptor showPrecachedAd] + 150
5   MyMusicApp                      0x00952ca7 -[OAIAdManager requestRefreshAd] + 1563
6   MyMusicApp                      0x00956173 -[OAIAutoRefreshManager requestRefreshAdToDelegate] + 42
7   Foundation                          0x03c04b67 __NSFireTimer + 97
8   CoreFoundation                      0x06370c46 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
9   CoreFoundation                      0x0637062d __CFRunLoopDoTimer + 1181
10  CoreFoundation                      0x06358698 __CFRunLoopRun + 1816
11  CoreFoundation                      0x06357b33 CFRunLoopRunSpecific + 467
12  CoreFoundation                      0x0635794b CFRunLoopRunInMode + 123
13  GraphicsServices                    0x07cd49d7 GSEventRunModal + 192
14  GraphicsServices                    0x07cd47fe GSEventRun + 104
15  UIKit                               0x03fde94b UIApplicationMain + 1225
16  MyMusicApp                      0x0001bc5d main + 125
17  libdyld.dylib                       0x06d26725 start + 0
18  ???                                 0x00000001 0x0 + 1

모든 도움/포인터에게 감사하겠습니다

도움이 되었습니까?

해결책

interstitial의 "Creative Options"섹션에서 배너 새로 고침 비율을 살펴볼 수 있습니다. 우리는 그 세트를 가지고 있었고 비슷한 문제를 경험했습니다. 우리를 위해 고정 된 물건을 끄십시오.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top