Posts

Post not yet marked as solved
23 Replies
I'm on Version 13.3.1 (13E500a)
Post not yet marked as solved
23 Replies
Same for me. I have been battling with profiles and certificates all morning. I get the following error Invalid Provisioning Profile Signature. The provisioning profile included in the bundle 'xx.xx.xx' (Payload/xx.app) cannot be used to submit apps to the iOS App Store until it has a valid signature from Apple. (Expired profile signing certificate.) For more information, visit the iOS Developer Portal. With error code STATE_ERROR.VALIDATION_ERROR.90165 for id *** When I build in Xcode, it says my iOS Team Store Provisioning Profile: (Expires 21/9/22). My Apple Development certificate in the Keychain expires on 10/9/22 I can't find anything expired. As Xcode, Keychain, and the online developer account use different terms for things, I am totally lost as to what the error is actually due to or what I am expected to do (if anything).
Post marked as solved
3 Replies
Thanks so much Quinn,Using "0.0.0.0" as the Host for the localEnpoint is just what I needed.CheersGuy
Post marked as solved
2 Replies
I trawled through the source code to the NW classes on github and discovered the answer let parameters = NWParameters.udp parameters.allowLocalEndpointReuse = trueSeting this on both NWListener and NWConnection sets the reuse option on the socket.