Post

Replies

Boosts

Views

Activity

Reply to GPS problem with non moving iphone. Does Apple consider us users as totally infantile?
Which "boating app" are you using? iOS has a feature that can pause location updates when it thinks you have stopped moving (for power reasons, not security); whether this is enabled can be controlled by each app, but it defaults to ON: https://developer.apple.com/documentation/corelocation/cllocationmanager/pauseslocationupdatesautomatically Ask the developers of your app whether they set this property. A more recent, and related, feature is the "stationary" property of CLUpdate: https://developer.apple.com/documentation/corelocation/clupdate/4337718-stationary
Jul ’24
Reply to Search Ads website "download CSV" now downloads a XLSX
I filed FB14215476, but it has been closed as "unable to diagnose with current information" - and no clue what additional information they think they need.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Purchase price in different regions do not update correctly
See: https://developer.apple.com/forums/thread/744277
Replies
Boosts
Views
Activity
Jul ’24
Reply to I cant create new app
Am I the only one who is getting this error message? No you're not the only one, it's borked for me too. Probably best to just wait for now, it will get fixed eventually.
Replies
Boosts
Views
Activity
Jul ’24
Reply to GPS problem with non moving iphone. Does Apple consider us users as totally infantile?
Which "boating app" are you using? iOS has a feature that can pause location updates when it thinks you have stopped moving (for power reasons, not security); whether this is enabled can be controlled by each app, but it defaults to ON: https://developer.apple.com/documentation/corelocation/cllocationmanager/pauseslocationupdatesautomatically Ask the developers of your app whether they set this property. A more recent, and related, feature is the "stationary" property of CLUpdate: https://developer.apple.com/documentation/corelocation/clupdate/4337718-stationary
Replies
Boosts
Views
Activity
Jul ’24
Reply to Create code at runtime on iOS: possible any more?
Are you sure this worked on an unmodified iOS device? That seems unlikely to me. mmaping executable memory is specifically disallowed, with a very limited exception that Safari uses to JIT Javascript.
Replies
Boosts
Views
Activity
Jul ’24
Reply to PHPickerViewController in Limited Access photos mode
FB14265010
Replies
Boosts
Views
Activity
Jul ’24
Reply to I cant create new app
Working for me now.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Create code at runtime on iOS: possible any more?
This page is worth reading: https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon describes how it works on MacOS. I believe that iOS likely works much the same, except crucially that our apps cannot get the required entitlement.
Replies
Boosts
Views
Activity
Jul ’24
Reply to No data in sales and trends past 4am
Yes, me too. Be patient, it will catch up eventually.
Replies
Boosts
Views
Activity
Jul ’24
Reply to mount(2) always returning errno 63 (File name too long) when mounting NFS share
Somewhere there will be nfs-specific mount syscall documentation, but I can't immediately find it. (man mount_nfs is for the mount command, not the syscall.) I bet you need to pass some NFS-specific struct to mount's data argument.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to XSLT 2.0 transformation with Swift or WKWebView
Some years ago, there seemed to be a possibility with an external C library, but it was also mentioned that at a moment it was no more accepted by the App Store. Can you say more about that? The open-source libxslt is XSLT 1.0 only. I'm curious to know what XSLT 2 library you're referring to.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Appstore: Put a decommission message in the app's description
You can use the "promotional text" field. It's not very prominent though.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Scale app for coffee and small dishes
not many people would use it (well, drug dealers might). Let's also have a "coffee" purity tester where you put a couple of grains down the speaker hole and it tells you if it's 100% Arabica or whether it's been cut with baking soda.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Cannot confirm my trader info - apps removed soon in the EU?
What does the "Resubmit" link in their email do? (Are you an individual or a business?)
Replies
Boosts
Views
Activity
Jul ’24
Reply to XSLT 2.0 transformation with Swift or WKWebView
WKWebView supports the following APIs on both macOS and iOS: XSLTProcessor - https://developer.mozilla.org/en-US/docs/Web/API/XSLTProcessor That’s not XSLT 2, is it? (Is that available in JavascriptCore?)
Replies
Boosts
Views
Activity
Jul ’24