Hello I'm updating a MVVM Windows phone 8.1 app to UWP and have run into a problem.
The adControl correctly shows ads when the app is lunched, but when the user then navigates to a different page and then back the adControl simply stops updating.
I have set:
IsAutoRefreshEnabled="True"
and
AutoRefreshIntervalInSeconds="60"
i also tried checking
ErrorOccurred="AdControl_ErrorOccurred"
but nothing fires here after navigation back.
I am using the
SystemNavigationManager
to let the user navigate back.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…