Summary:
When the IAP popup is active the application is paused on android. This causes problems when the orientation is changed.
Observed behavior:
The application is paused causing the last frame to be frozen. If the orientation is changed the last frame will be rendered in incorrect layout.
Expected behavior:
The application continues normal execution.
I have not tested this on IOS yet so I don’t know if it exhibit the same behavior.