Skip to content

Commit

Permalink
Merge pull request #2 from BullsEye34/main-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lambiengcode authored Aug 16, 2023
2 parents 716b47b + a826cf8 commit 1836f98
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,32 @@
flutter pub add ios_communication_notification
```
```terminal
flutter clean && flutter pub get
```
<br/>

- Config XCode

> Capabilities
1. Open your Project in XCode.
2. Click on `Runner`, then Target `Runner`
3. Click on Signing & Capabilities
4. Add Capability
5. Add Communication Notifications

> Info.plist
1. Open `Info.plist`
2. Add `NSUserActivityTypes` as type array
3. Add `INSendMessageIntent` as the element of the newly created array

<br/>

- Config AppDelegate Extension

1. Open `AppDelegate.swift`
2. Copy the below piece of code and add it at the end of the file

```swift
import UIKit
import ios_communication_notification
Expand Down

0 comments on commit 1836f98

Please sign in to comment.