Post

Replies

Boosts

Views

Activity

Reply to How do I convert an struct of type Data to an object of type CNGroup?
CNGroup can be encoded to data and that's it. Performing the reverse is not supported given name & identifier are read-only open properties hence decoding a data stream back to a CNGroup will always never work. Using the CNMutableGroup model will only give you the ability to encode and decode name in both directions but the super implementation of identifier will present the issue of only being able to encode the object to data and not the reverse.
Apr ’22
Reply to WatchConnectivity File Transfer is received but can’t find file on watch
https://developer.apple.com/documentation/watchconnectivity/implementing_two-way_communication_using_watch_connectivity In the SessionDelegator func session(_ session: WCSession, didReceive file: WCSessionFile) method the footnote says the WCSessionFile.fileURL is removed when the session method returns. So I looks like accessing the file per transfer is dependant on doing so early synchronously before return.
Topic: App & System Services SubTopic: General Tags:
Apr ’22
Reply to Who is Local Server Provider on Local Push Connectivity?
Push notifications doesn't work by sprinkling magic dust, you have other options: Xcode 13 command line tools where you can send a notification payload directly to the sim (simulator delivery only) PushNotifications, a desktop app to send to real devices during development https://github.com/onmyway133/PushNotifications Build your own APNS message delivery server between that endpoint & apple's production and sandbox environment If you don't care about when you're suppose to get to market (major dependency) When you're ready to go into production you will have to host an actual delivery server on site or in the cloud so as the proverb goes, pick your poison.
Apr ’22
Reply to Apple Developer Program
Regardless of the issuer's country of operation I think the blockade is targeting the card holders country of birth or residence short of it being a payment network problem. That's the downside to the current global state of affairs, there is nothing you can do unless Apple were to defer renewals for Russian developers but that will place Apple in a position they won't want to be in with the government.
Apr ’22