While Unity Ads are shown game pause on Android but not on iOS?

Hi all,

I got a query about Unity Ads. On unity ads shown Applications get pause on android automatically but not on iOS. Do I need to manually pause the application with Time.timeScale=0 and unpause the application on ad close? I have an implementation with using timescale=0 before an ad is shown and titmscale=1 when OnUnityAdsDidFinish listener gets called. Is that implementation correct?

@Asad-Mehar hey, I have the same problem. did you ever solve this? if so, how?

@Azellnir you have to manually pause and unpause the game using timescale set to zero.