Can you please provide me app android id or app store link
--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ima-sdk/9d2d13d7-4065-4fce-a02f-256a055e7cfdn%40googlegroups.com.
--Dev Ad Tech
099586-53857
![]() |
IMA SDK Team |
--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ima-sdk/9d2d13d7-4065-4fce-a02f-256a055e7cfdn%40googlegroups.com.
Hi,I shared with you a sample app source code in my last email which has an ad code. Did you test it? We tried your ad code only in the sample app.It is your sample Ad tag and it is not working sometimes, you can check on your Advance example source code. If you try 3-4 times preroll ad then you will get black screen at least once. I am sharing you source code link again : https://drive.google.com/file/d/1vGMQBoNB9CpvHVfvR0H9euI2yvyqaCU6/view?usp=sharingstatic NSString *const kPrerollTag = @"https://pubads.g.doubleclick.net/gampad/"
@"ads?iu=/21775744923/external/single_ad_samples&sz=640x480&"
@"cust_params=sample_ct%3Dlinear&ciu_szs=300x250%2C728x90&gdfp_req=1&"
@"output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=";
Here is our Ad tag which is behaving same as yours and displaying black screen after Ad completion:
https://pubads.g.doubleclick.net/gampad/ads?iu=/132916964,22587986447/wdrb.ott/vod-preroll&description_url=http%3A%2F%2Fwdrb.com&tfcd=0&npa=0&sz=300x250%7C320x250%7C400x300%7C640x480%7C1280x720&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=Thanks,Gaurav
Thanks,GauravOn Fri, Aug 23, 2024 at 10:39 PM devendra bind <devendr...@gmail.com> wrote:Can you share me which ad code you have implemented, I think we need to share other ad code
Hi Gaurav,In your ad code mentioned below, I can see the response, you can check it on the vast inspector.link to check preroll ad codead code given by youOn Sun, 25 Aug 2024 at 12:23, devendra bind <devendr...@gmail.com> wrote:Hi Gaurav,This is not live right, you have an update in the staging server. We need to share another preroll code which is associated with the app account.
You can provide the following details via reply privately to the author option.
Hello Google Support,Any update on this ?Thanks,GauravOn Mon, Aug 26, 2024 at 7:18 PM Uttam Gawas <ut...@whizti.com> wrote:Hi,We can reproduce this issue both in a simulator as well as a device.Here is the VAST tag URL :You can also try with the following .m3u8 links we are using :In previous mail we provided the sample app and you were able to reproduce the issue. This app is the same IMA SDK Google Advanced example, we did only one change that we used the .m3u8 url inside it (See screenshot)If you do the above change in your sample app then you can get black screen sometimes. You can also try with a low network.Thanks & Regards,
------------------------
Uttam Gawas
Skype-uttam.gawas
Mobile-7774965480
ut...@whizti.com
Hi,
I will check with our team regarding your issue and one of my team members will reach out to you once we have an update on this. Meanwhile, your patience is highly appreciated.
![]() |
|
Hi,Any update on this?
Thanks,Gaurav
On Wed, 11 Sept 2024, 12:17 pm Gaurav Purohit, <gau...@whizti.com> wrote:
Hi,
- Can you give me an example of a device simulator profile where this issue can be reproduced? ("iPhone 15 Pro" is our default choice, if you can confirm it is occurring on that platform)
- I am able to reproduce the issue in iPhone 15 Pro. I have just downloaded your sample app from your git repository. I have done only 2 changes in Constants.h file as follow:
//static NSString *const kDFPContentPath =
// @"https://storage.googleapis.com/gvabox/media/samples/stock.mp4";
static NSString *const kDFPContentPath =
@"https://fuel-streaming-prod01.fuelmedia.io/v1/sem/a7574990-c736-4b1f-afa7-f6fe3ff6dfea.m3u8";
// Standard pre-roll
//static NSString *const kPrerollTag = @"https://pubads.g.doubleclick.net/gampad/"
// @"ads?iu=/21775744923/external/single_ad_samples&sz=640x480&"
// @"cust_params=sample_ct%3Dlinear&ciu_szs=300x250%2C728x90&gdfp_req=1&"
// @"output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=";
static NSString *const kPrerollTag = @"https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/21886259135/news9/app-news/news_livestream&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&ciu_szs=&url=http://www.news9.com&vpos=preroll";
I have attached a video for the issue ("Videonotworkingsmall.mov"). Please look into it.
Here is Sample App source code access link with above 2 lines changes: https://drive.google.com/file/d/18SYZ6tR7nCa-utzTiRKIuXoXPg4EXOVF/view?usp=share_link
- Are you running Xcode on and x86 or an apple silicon device? (M1 macbook, for example)
- - xCode 15.3, M2
- Can you provide click-by-click instructions to reproduce, just to avoid any potential misunderstandings? (for example, I am clicking back and selecting the pre-roll option again to start the stream again... are you doing this, or are you exiting and re-running the app for each attempt?)
- We open the app and click on the Preroll section. Please watch the video for the same.
You can try VPN and set India location. You will surely get black screen sometimes.Thanks,Gaurav
Hi,Any update on this?
Thanks,Gaurav
On Wed, 11 Sept 2024, 12:17 pm Gaurav Purohit, <gau...@whizti.com> wrote:
Hi,
- Can you give me an example of a device simulator profile where this issue can be reproduced? ("iPhone 15 Pro" is our default choice, if you can confirm it is occurring on that platform)
- I am able to reproduce the issue in iPhone 15 Pro. I have just downloaded your sample app from your git repository. I have done only 2 changes in Constants.h file as follow:
//static NSString *const kDFPContentPath =
// @"https://storage.googleapis.com/gvabox/media/samples/stock.mp4";
static NSString *const kDFPContentPath =
@"https://fuel-streaming-prod01.fuelmedia.io/v1/sem/a7574990-c736-4b1f-afa7-f6fe3ff6dfea.m3u8";
// Standard pre-roll
//static NSString *const kPrerollTag = @"https://pubads.g.doubleclick.net/gampad/"
// @"ads?iu=/21775744923/external/single_ad_samples&sz=640x480&"
// @"cust_params=sample_ct%3Dlinear&ciu_szs=300x250%2C728x90&gdfp_req=1&"
// @"output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=";
static NSString *const kPrerollTag = @"https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/21886259135/news9/app-news/news_livestream&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&ciu_szs=&url=http://www.news9.com&vpos=preroll";
I have attached a video for the issue ("Videonotworkingsmall.mov"). Please look into it.
Here is Sample App source code access link with above 2 lines changes: https://drive.google.com/file/d/18SYZ6tR7nCa-utzTiRKIuXoXPg4EXOVF/view?usp=share_link
- Are you running Xcode on and x86 or an apple silicon device? (M1 macbook, for example)
- - xCode 15.3, M2
- Can you provide click-by-click instructions to reproduce, just to avoid any potential misunderstandings? (for example, I am clicking back and selecting the pre-roll option again to start the stream again... are you doing this, or are you exiting and re-running the app for each attempt?)
- We open the app and click on the Preroll section. Please watch the video for the same.
You can try VPN and set India location. You will surely get black screen sometimes.Thanks,Gaurav
Hi Guarav,
One of our other team members was able to reproduce the issue and capture a network log for me. The issue they are seeing appears to be caused by a failed request to the stream's selected media playlist (also known as a rendition manifest).
Assuming this is the same issue, I am not certain as to why the behavior would differ between an IMA SDK implementation and an unmodified player, as the IMA SDK doesn't modify player behavior until the playback is triggered on a successfully loaded media item.
One solution that you may be able to implement in your code to remedy the issue, would be to add an observer to your AVPlayerItem to catch any stream errors such as this, and reissue the request.
Have you had any luck reproducing the issue on your end, and capturing a network log?
Thanks,
Greg Schoppe
IMA SDK Team
Hi Guarav,
Thank you for letting us know about the issue with the workaround we provided. I've updated the engineers with this prioritization and will respond with an update as soon as they get back to me.
Thank you,
Greg Schoppe
IMA SDK Team
Hello Guarav,
Our engineering team has finished their investigation of the bug. Unfortunately, there is not a good way forward for resolving the issue within the IMA SDK.
That said, they were able to provide a version of the workaround that should not interfere with PiP state. if you use `contentPlayer!.replaceCurrentItem(with: AVPlayerItem(url: contentUrl!))` to replace the AVPlayerItem on the RESUME_REQUESTED event, the PiP player should be able to continue playback seamlessly, without exiting.
Thanks,
I am writing to follow up on the black screen issue that occurs after the preroll ad plays. It has been approximately four months since we had discussed this issue and I have not received any updates regarding its resolution.
In your last response, you mentioned that your engineers were still working on the problem but an estimated time of resolution was not provided. Could you kindly share the current status of this issue and any progress that has been made? I would appreciate any additional details or a revised timeline for when this might be resolved.
I look forward to your prompt response.
![]() |
|
Feedback
How was our support today?
[2025-02-27 15:47:46Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vFHec:ref" (ADR-00264666)
Thanks for the update but...
We have implemented the changes for switching the AVPlayerItem
in our application. However, we are experiencing a performance issue where the video takes a few extra seconds to load after the ad has completed, specifically when using the IMA SDK.
We have observed that without the IMA SDK, there are no such issues and the video loads as expected. It seems that there might be something specific to the IMA SDK that is causing the black screen issue after the ad ends.
We would appreciate your insights or suggestions on how to resolve this issue and optimize the performance so that the transition from the ad to the main video is seamless and efficient.
Thank you for your attention to this matter. We look forward to your assistance in resolving this performance issue.
Thanks,
Hi Guarav,
To resolve your issue, I think we may need some more information about your implementation of IMA.
Thanks,
Greg Schoppe
IMA SDK Team
![]() |
|
[2025-03-03 15:32:53Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vFHec:ref" (ADR-00264666)