Skip to content

Commit 52d08a8

Browse files
authored
Update URL path deprecation notice (#129)
1 parent f426891 commit 52d08a8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Sources/PIRService/PIRService.docc/Onboarding.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ In the output check if the SSL session was established or not.
3434
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
3535
[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).
3636

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.
3939
4040
Good example:
4141
```
@@ -49,6 +49,10 @@ Bad example:
4949
http://example.net:8080/lookup - No HTTPS, non standard port, path instead of subdomain
5050
```
5151

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+
5256
#### HTTP Bearer Token / UserToken
5357
The `userToken` field is of type `String` and the system sets the "Authorization" header like this:
5458
```swift

0 commit comments

Comments
 (0)