You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ First, install the npm package with yarn. _Autolink_ is automatic.
58
58
59
59
Inside your `AppDelegate.m`, setup the line sdk by passing the channel id obtained.
60
60
61
-
1. Add `platform :ios, '10.0'` in `Podfile` line:1
61
+
1. Add `platform :ios, '11.0'` in `Podfile` line:1
62
62
2. Modify your info.plist like it says here [Configuring the Info.plist file](https://developers.line.biz/en/docs/ios-sdk/swift/setting-up-project/#configuring-the-info-plist-file)
63
63
3. Change your `AppDelegate.m` to match the following:
0 commit comments