Post

Replies

Boosts

Views

Activity

Unable to create new version for distribution for my App in Appstore Connect
Unable to create new version for distribution for my App in Appstore Connect. Unexpected behavior in the Appstore Connect. In the AppStore Connect I'm trying to add a new version for distribution of Dhatu App. but it gives me error as "An error has occurred. Please try again later. The version number has been previously used." but I can't see the created version number in the Appstore Connect -> Distribution Tab page.
2
0
442
Feb ’24
SceneDelegate
Is it safe to remove SceneDelegate from the Existing project? I have my project which supports minimum ios version 12.4 and I'm using swift 5.2 in my project. To support Zoom SDK I need to remove the sceneDelegate.swift file and SceneManifest from the App's property list. Is it safe to remove sceneDelegate from the existing project? In my thought, AppDelegate will be responsible for the application lifecycle and setup. The SceneDelegate will be accountable for what is shown on the screen (Windows or Scenes) and handle and manage the way your app is displayed. So will there be any issues in the UI Flow of my APP if I remove Scene Delegate? If I remove sceneDelegate how will handle app Foreground and Background Events?
1
0
1.3k
Dec ’22