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
@@ -151,13 +151,13 @@ Specify the custom scheme similar to the following but replace `<your_custom_sc
151
151
<string>Editor</string>
152
152
<key>CFBundleURLSchemes</key>
153
153
<array>
154
-
<string><your_custom_scheme></string>
154
+
<string><your_custom_scheme>://</string>
155
155
</array>
156
156
</dict>
157
157
</array>
158
158
```
159
159
160
-
**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.
160
+
**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.
161
161
162
162
## Set callback URLs
163
163
@@ -173,8 +173,8 @@ Replace the values you see in `<code brackets>` with your own values.
0 commit comments