Skip to content

Commit

Permalink
[flutter_local_notification] update document #1684 (#1692)
Browse files Browse the repository at this point in the history
update IOS general setup document in flutter_local_notification/README.md
  • Loading branch information
SungHyun22 authored Sep 11, 2022
1 parent 410a2d8 commit b410500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_local_notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Before creating the release build of your app (which is the default setting when

### General setup

Add the following lines to the `didFinishLaunchingWithOptions` method in the AppDelegate.m/AppDelegate.swift file of your iOS project
Add the following lines to the `application` method in the AppDelegate.m/AppDelegate.swift file of your iOS project. See an example of this [here](https://github.com/MaikuB/flutter_local_notifications/blob/master/flutter_local_notifications/example/ios/Runner/AppDelegate.swift).

Objective-C:
```objc
Expand Down

0 comments on commit b410500

Please sign in to comment.