ld: library not found for -lPods-BasicExample
IMASettings *settings = [[IMASettings alloc] init];
settings.enableBackgroundPlayback = YES;
self.adsLoader = [[IMAAdsLoader alloc] initWithSettings:settings];
self.adsLoader.delegate = self;
IMAAdDisplayContainer *adDisplayContainer =
[[IMAAdDisplayContainer alloc] initWithAdContainer:avPlayerViewController companionSlots:nil];
self->request = [[IMAAdsRequest alloc] initWithAdTagUrl:vastUrl adDisplayContainer:adDisplayContainer contentPlayhead:nil userContext:nil];
[self.adsLoader requestAdsWithRequest:request];
[ProcessSuspension] 0x2836f3bc0 - WKProcessAssertionBackgroundTaskManager: Ignored request to start a new background task because the application is already in the background
If you lock the screen after an ad has started playing on iOS 13.3 on a real device, future ad events do not fire
Hi Steven,
I was able to reproduce the behavior that you’re seeing with the content audio that is not resuming as it should when the screen is locked. Our team is going to review the issue. I will get back to you with more information as soon as possible.
Regards,
Arnaud Casame
IMA SDK Team
Thank you for following up with support. We don’t have an update for you at this time, but I will come back to this thread as soon as I have more information.
Regards,
Arnaud Casame
IMA SDK Team
|
||||||
use_frameworks!
platform :ios, '10.0'
target 'IMA SDK Issue' do
pod 'GoogleAds-IMA-iOS-SDK'
end
and run pod update it will install ima sdk 3.13 and the same error will occur.