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
@@ -124,13 +124,13 @@ Specify the custom scheme similar to the following but replace `<your_custom_sc
124
124
<string>Editor</string>
125
125
<key>CFBundleURLSchemes</key>
126
126
<array>
127
-
<string><your_custom_scheme></string>
127
+
<string><your_custom_scheme>://</string>
128
128
</array>
129
129
</dict>
130
130
</array>
131
131
```
132
132
133
-
**Note:**`<your_custom_scheme>` has been defined previously as [`com.kinde.app`](http://com.kinde.app/) You can define your own custom scheme to correspond to the package name.
133
+
**Note:**`<your_custom_scheme>` has been defined previously as [`myapp`](http://com.kinde.app/) You can define your own custom scheme to correspond to the app name.
134
134
135
135
## Set callback URLs
136
136
@@ -146,8 +146,8 @@ Replace the values you see in `<code brackets>` with your own values.
0 commit comments