--
You received this message because you are subscribed to the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ima-sdk+unsubscribe@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.
mAdsLoader.addAdsLoadedListener(new AdsLoadedListener() {
@Override
public void onAdsManagerLoaded(AdsManagerLoadedEvent adsManagerLoadedEvent) {
// Ads were successfully loaded, so get the AdsManager instance. AdsManager has
// events for ad playback and errors.
mAdsManager = adsManagerLoadedEvent.getAdsManager();
// Attach event and error event listeners.
mAdsManager.addAdErrorListener(VideoFragment.this);
mAdsManager.addAdEventListener(VideoFragment.this);
AdsRenderingSettings adsRenderingSettings = mSdkFactory.createAdsRenderingSettings();
adsRenderingSettings.setFocusSkipButtonWhenAvailable(true);
mAdsManager.init(adsRenderingSettings);
}
});
@Override
public void onAdError(AdErrorEvent adErrorEvent) {
Log.e(LOGTAG, "Ad Error: " + adErrorEvent.getError().getMessage());
}
@Override
public void onAdEvent(AdEvent adEvent) {
- (void)adsManager:(IMAAdsManager *)adsManager didReceiveAdEvent:(IMAAdEvent *)event
- (void)adsLoader:(IMAAdsLoader *)loader failedWithErrorData:(IMAAdLoadingErrorData *)adErrorData
Now it blocks our users in production, Fix this ASAP it is the major issue, We didn't face this kind of issues from Google. It's Very bad. Please fix it soon, We can't able to accept this kind of issues. We think many developers and users affected by this issue.
Also, We use the IMA SDK iOS sample Applications with our video tag URL is not working !!!
So a quick fix would be appreciated!
Hi,
I Have same issue. I before it worked fine. Last two days onwards not working. I don't know what is bug. I'm using exoplayer with ima extension 2.9.5.
W/IMASDK: Invalid internal message, ignoring. Please make sure the Google IMA SDK library is up to date. Message: gmsg://afma.google.com/activityMonitor?type=getPageSignals&sid=2cba1013-aa86-470b-ade7-e6e8fa67f3fa&dt=1550750281187
I also got same msg. Can you guide me.
On Monday, February 18, 2019 at 7:33:10 AM UTC+5:30, Adam Tentis wrote:
Hello,I have been having ads not load and get stuck on black screen quite frequently lately. When looking at logcat all I see is the below message.W/IMASDK: Invalid internal message, ignoring. Please make sure the Google IMA SDK library is up to date. Message: gmsg://afma.google.com/activityMonitor?type=getPageSignals&sid=ea153f5a-3a12-4f27-b584-6bd0935d3f95&dt=1550454217832Also, the onAdError method never hits and it looks like the application just gets stuck when requesting the ad.I am not sure what the gmsg url is supposed to tell me so any help would be appreciated!Thanks!
Users Get blockedIn iOS,Ads Loader delegate called successfully,(- (void)adsLoader:(IMAAdsLoader *)loader adsLoadedWithData:(IMAAdsLoadedData *)adsLoadedData)But we didn't get ADLoaded event in below specified delegate method- (void)adsManager:(IMAAdsManager *)adsManager didReceiveAdEvent:(IMAAdEvent *)event
also this failure function is not called
I noticed that you already have an existing thread with regards to this issue.
For better tracking, please continue your discussion with my colleague.
Hi Adam,I did another round of testing with your sample app (the one you shared via google drive) using our Android Nexus device, this time the ad plays continuously and when the skip button is clicked, the black screen appears (see attached for the video recording).It's possible that this may specific to your device or network. Can you please try another network and see if you have similar results?I'm going to share this with the rest of our team to investigate further. I will follow-up on this thread as soon as I have an update.
Please keep in mind, that with the low reproducibility rate that I've seen, this may be difficult for us to diagnose.
Hi Janica,The Nexus Player is EOL and no longer sold.I have experienced this on the Amazon Fire TV, The Nvidia Shield Android TV and now I have even reproduced it on Google's own ADT-2 official Android TV developer device.As requested I tested for this issue on a different network and I was successfully able to reproduce the issue.I understand this has been hard for you to reproduce on your end because it doesn't even happen consistently on my end. However, it is enough to be a large concern.I don't think this is an isolated case since you have reports of it from other users here and even on IOS:Thanks,Adam
On Thu, Feb 28, 2019 at 1:09 AM <ima-sdk-forumadvisor@google.com> wrote:Hi Adam,I did another round of testing with your sample app (the one you shared via google drive) using our Android Nexus device, this time the ad plays continuously and when the skip button is clicked, the black screen appears (see attached for the video recording).It's possible that this may specific to your device or network. Can you please try another network and see if you have similar results?I'm going to share this with the rest of our team to investigate further. I will follow-up on this thread as soon as I have an update.
Please keep in mind, that with the low reproducibility rate that I've seen, this may be difficult for us to diagnose.Regards,Janica KhemlaniIMA SDK Team
--
It's been a while with no update. Any news?
Also, here is another report of the same issue from a user on stack overflow.
https://stackoverflow.com/questions/55034660/ima-sdk-issue-on-android
Thanks,
Adam