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: Sources/PIRService/PIRService.docc/Onboarding.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ In the output check if the SSL session was established or not.
34
34
You will need to provide the URLs you would put into your feature configuration. For example, for Live Caller ID Lookup, you would provide the URLs configured in
35
35
[LiveCallerIDLookupExtensionContext](https://developer.apple.com/documentation/identitylookup/livecalleridlookupextensioncontext). For NEURLFilter, you will provide the URLs specified in [NEURLFilter API documentation](https://developer.apple.com/documentation/networkextension/neurlfiltermanager).
36
36
37
-
> Important: In addition, we strongly advise you to use subdomains instead of paths. Support for custom paths for the
38
-
> service URL and token issuer URL will be deprecated in a future iOS version.
37
+
> Warning: We require you to use subdomains instead of paths. Support for custom paths for the
38
+
> service URL and token issuer URL was removed in iOS and macOS 26.4.
39
39
40
40
Good example:
41
41
```
@@ -49,6 +49,10 @@ Bad example:
49
49
http://example.net:8080/lookup - No HTTPS, non standard port, path instead of subdomain
50
50
```
51
51
52
+
> Note: When installing directly from Xcode during development, the URL can contain paths, custom ports and HTTP instead
53
+
> of HTTPS. This eases local testing and development. However, the system applies these URL checks when your app is
54
+
> installed from the App Store.
55
+
52
56
#### HTTP Bearer Token / UserToken
53
57
The `userToken` field is of type `String` and the system sets the "Authorization" header like this:
0 commit comments