My App was approved by Apple and then pushed to users through MDM. Before, it could be updated automatically, but in the last version, users had to update manually instead of automatically.
Has anyone give us some advice or has anyone had a similar problem?
Post
Replies
Boosts
Views
Activity
On Xcode13 beta4, Does anyone know why the position of the UI on some interfaces has shifted? Is it because of the iOS15 update?
My project is written in SwiftUI, and the tabBar is written in UIKit's UITabBarController.
On Xcode13 beta4, tabBar is transparent when the page switch, But when the interface slides, the tabBar is normal again.
I control the tabBar display on 'onAppear' function
.onAppear(perform: {
MainTabBarViewController.setTabBarHidden(isHidden: false)
})
Everything is fine on Xcode12.I suspect that the period of the onAppear function has changed.
Anybody know why?Or something like this.