Updating the AppDelegate class
Last updated
Was this helpful?
Last updated
Was this helpful?
Open the AppDelegate.cs
file and change the AppDelegate
class to inherit from MvxApplicationDelegate<MvxIosSetup<MvvmCrossDemo.Core.App>, MvvmCrossDemo.Core.App>
instead of UIApplicationDelegate
. You can find the source code of it here: .
Then delete all the methods in this class. The result looks like this: