Commits


christibbs authored and GitHub committed 6e1ba33a56b
Use initWithFrame: to create the in-app message window in non-UIScene apps (#7080) * If the app doesn't have a scene delegate, use initWithFrame: to create the in-app message window * Refactor window creation method for iOS 13 and above * Add CHANGELOG entry * Fix CHANGELOG entry