Post

Replies

Boosts

Views

Activity

Network extensions are not available when building for Mac Catalyst.
We are building an app that support Mac Catalyst and network extension is included in. We don't know why the compiler throw this error: Network extensions are not available when building for Mac Catalyst. The documentation related to network extensions (in this case NEFilterDataProvider) in apple docs said explicitly that Mac catalyst is available. @eskimo @meaton please let me know if there's a bug with it. https://developer.apple.com/documentation/networkextension/nefilterdataprovider
1
1
919
Jun ’22
Getting error in previews when are inside of a static framework
Previews don't work when are inside of a static framework. Has anyone experimented it also? MessageSendFailure: Message send failure for update ================================== |  RemoteHumanReadableError: Unknown preview provider "Provider_Previews_" |   |  XCPreviewAgent does not contain a preview provider named "Provider_Previews_". Check your build settings to ensure the preview provider is compiled into your product. |   |  Mangled name: 0012Provider_0021Provider_Previews_V Thanks in advance
1
0
3.2k
Apr ’22
Sign In with Apple in simulator
Hi everybody: I want to Sign In with Apple in simulator with the purpose of double check the flow with UITesting, but I'm not able to do it. The simulator stuck in password textfield once the password is entered in, and the button is accepted. (The button appears disable for a second and then again it is going enable, but the textfield loading still appears). are there any trick to test it from UI with simulator? Thanks in advance.
0
0
818
Apr ’22
Is there any way to update an example?
Hi community: I want to know if there is any way to request apple an update of its examples. In this case, I want this one https://developer.apple.com/documentation/networkextension/filtering_network_traffic Thanks in advance
Replies
3
Boosts
0
Views
720
Activity
Nov ’22
SwiftUI get deviceToken without AppDelegate
Hi community: I'm looking for a way to remove AppDelegate from my app because I'm only using it to get the push device token to share with my server. Is there a way to get it without implementing AppDelegate or its protocol? Thanks in advance
Replies
0
Boosts
0
Views
611
Activity
Sep ’22
How to create an extension point
Hi community: I was looking for a way to setup extensions points referred in this doc, to allow other apps to extend my app functionality with ExtensionFoundation: https://developer.apple.com/documentation/extensionfoundation/ Thanks in advance.
Replies
3
Boosts
1
Views
1.2k
Activity
Sep ’22
Network extensions are not available when building for Mac Catalyst.
We are building an app that support Mac Catalyst and network extension is included in. We don't know why the compiler throw this error: Network extensions are not available when building for Mac Catalyst. The documentation related to network extensions (in this case NEFilterDataProvider) in apple docs said explicitly that Mac catalyst is available. @eskimo @meaton please let me know if there's a bug with it. https://developer.apple.com/documentation/networkextension/nefilterdataprovider
Replies
1
Boosts
1
Views
919
Activity
Jun ’22
Getting error in previews when are inside of a static framework
Previews don't work when are inside of a static framework. Has anyone experimented it also? MessageSendFailure: Message send failure for update ================================== |  RemoteHumanReadableError: Unknown preview provider "Provider_Previews_" |   |  XCPreviewAgent does not contain a preview provider named "Provider_Previews_". Check your build settings to ensure the preview provider is compiled into your product. |   |  Mangled name: 0012Provider_0021Provider_Previews_V Thanks in advance
Replies
1
Boosts
0
Views
3.2k
Activity
Apr ’22
Sign In with Apple in simulator
Hi everybody: I want to Sign In with Apple in simulator with the purpose of double check the flow with UITesting, but I'm not able to do it. The simulator stuck in password textfield once the password is entered in, and the button is accepted. (The button appears disable for a second and then again it is going enable, but the textfield loading still appears). are there any trick to test it from UI with simulator? Thanks in advance.
Replies
0
Boosts
0
Views
818
Activity
Apr ’22