iOS Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
The first thing you have to do is to setup the iOS project is to enable the push notification capability to your project. Open the project in Xcode going in ios -> Runner.xcworkspace, then in the Signing & Capabilities tab click on the + Capability button and select "Push Notifications"
Then yu have to modify the AppDelegate class of your application, open AppDelegate.swift
file and add this line in the didFinishLaunchingWithOptions
function.
The app delegate should look like this.