Post

Replies

Boosts

Views

Activity

Reply to The right way to extend UIRequiredDeviceCapabilities
If NFC is now essential, you need to create a new app. It would normally be better to make NFC optional, by continuing to provide the old behaviour on devices that don’t have NFC, and not adding it to the required capabilities. What devices don’t have NFC now? With some of these capabilities you can require them by requiring a sufficiently new iOS version which only runs on hardware that has the feature. One example of that was OpenGL ES 2. Apple do allow to to require a newer iOS version that excludes some existing users.
Topic: App & System Services SubTopic: General Tags:
May ’23
Reply to Any way to request that the GPS stays active, even in a low-motion situation?
I keep getting location updates, but the updates contain the exact same lat/long even though I'm slowly moving That’s probably because you’re using one of the activity types where Apple snaps your location to roads, or similar, in order to get tidier lines on the screen. I use the running/hiking/ activity type (forget the exact name) for everything; it’s the least messed-about. P.S. Don’t post comments, post replies. Comments don’t seem to generate email notifications.
Topic: App & System Services SubTopic: Hardware Tags:
May ’23
Reply to International iOS Game App Dev US Tax
we are a startup game studio in Korea Are you a business (i.e. "LLC", "Limited Company", etc.), or a partnership / group of friends with no legal business status? Most of us lived and worked in the States back in the day to understand that there are Fed and State taxes to be paid separately in the States. Not necessarily. The U.S. has very unusual tax rules about its citizens having to pay US taxes even when they are permanently living/working abroad. If you are Korean citizens who have previously lived/worked in the US, does that apply to you? Or are you US citizens living in Korea? In any case, I would not expect the US to attempt to tax a Korean business with no US presence whose owners happen to have previously lived in the US. But I am far from an expert in this. You should probably talk to an international taxation expert. And make sure whoever you talk to actually is an expert in this specific subject! Don't rely on random people on the internet!
Topic: App & System Services SubTopic: StoreKit Tags:
May ’23
Reply to itmstransporter 3.0.0 broken in Linux.
Do people find that it also doesn't work on macOS? A few weeks ago I tried using the copy of iTMSTransporter that is embedded in the (confusingly named) Transporter app on my mac, and that also failed to work. (My plan had been to compare the output of the mac and linux versions and see where they diverge. I have successfully decompiled the Java and I believe that if I knew where the two versions diverge I could try to find the bug. But that doesn't work as the mac version also crashes.) My next idea is to determine exactly how the Transporter app (which does work for me) invokes iTMSTransporter - assuming that it does do that, which seems reasonable as there is a copy embedded within it. Are there any macOS experts here who know how to find the command line for a running executable? Is it possible for an App Store app, like Transporter?
May ’23
Reply to error: no member named 'nullptr_t' in the global namespace
Just for the benefit of other folks reading this thread, my next suggestion would have been Create a new user account and see if the problem replicates there. And my suggestion is to run clang++ —verbose, and compare the output. It will generally reveal wrong paths, different versions, etc.
Replies
Boosts
Views
Activity
May ’23
Reply to ENCAISSEMENT ACHATS INTÉGRÉS
Apple vous envoi un paiement direct a votre compte chaque moins. Il arrive environ 40 jours apres le fin du moins; par example, j'ai recu le paiement pour Fevrier le 6 Avril. Si vous etes en Europe, le paiement est envoye de Apple Ireland.
Replies
Boosts
Views
Activity
May ’23
Reply to The right way to extend UIRequiredDeviceCapabilities
If NFC is now essential, you need to create a new app. It would normally be better to make NFC optional, by continuing to provide the old behaviour on devices that don’t have NFC, and not adding it to the required capabilities. What devices don’t have NFC now? With some of these capabilities you can require them by requiring a sufficiently new iOS version which only runs on hardware that has the feature. One example of that was OpenGL ES 2. Apple do allow to to require a newer iOS version that excludes some existing users.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Can't kill background location app?
Swiping up on the multitasking screen looks like it's closing the app, but the app resumes instantly when I launch it (no splash screen or startup flow) That is surprising. Are you sure?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Where can I see the internal purchases that make my app
The financial reports are updated each month. You should be able to see your purchase in “sales and Trends” within 24 hours.
Replies
Boosts
Views
Activity
May ’23
Reply to Any way to request that the GPS stays active, even in a low-motion situation?
I keep getting location updates, but the updates contain the exact same lat/long even though I'm slowly moving That’s probably because you’re using one of the activity types where Apple snaps your location to roads, or similar, in order to get tidier lines on the screen. I use the running/hiking/ activity type (forget the exact name) for everything; it’s the least messed-about. P.S. Don’t post comments, post replies. Comments don’t seem to generate email notifications.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Which symbols are valid for App Store descriptions?
I believe it's more or less just ASCII, plus accented characters for non-English, and maybe curly-quotes. I don't think you'll find a good substitute for those dagger characters. Is your legal team aware that their disclaimer won't actually be shown, as the description is truncated?
Replies
Boosts
Views
Activity
May ’23
Reply to Annoying documentation issue
Please do file a bug about this. Interesting, I had assumed this was a deliberate change. You think not? I've just filed FB12169839.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to .pem certificate file not readable on MacOS
Please format that as code. It looks to me as if the .pem file is still in “downloads”, not ~/.ssh ssh -v may help.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to International iOS Game App Dev US Tax
we are a startup game studio in Korea Are you a business (i.e. "LLC", "Limited Company", etc.), or a partnership / group of friends with no legal business status? Most of us lived and worked in the States back in the day to understand that there are Fed and State taxes to be paid separately in the States. Not necessarily. The U.S. has very unusual tax rules about its citizens having to pay US taxes even when they are permanently living/working abroad. If you are Korean citizens who have previously lived/worked in the US, does that apply to you? Or are you US citizens living in Korea? In any case, I would not expect the US to attempt to tax a Korean business with no US presence whose owners happen to have previously lived in the US. But I am far from an expert in this. You should probably talk to an international taxation expert. And make sure whoever you talk to actually is an expert in this specific subject! Don't rely on random people on the internet!
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to How to populate a pixel buffer much faster?
I'm working on a 2D game engine that will draw each pixel every frame, using a color from a palette. I am looking for a way to do that while maintaining a reasonable frame rate (60fps being the minimum). Do it on the GPU.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to On-demand resource sizes
Unlikely.
Replies
Boosts
Views
Activity
May ’23
Reply to I want to be a developer but have no experience
Where should I begin and what steps should I take? Start with a degree in computer science from a good university.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to itmstransporter 3.0.0 broken in Linux.
Do people find that it also doesn't work on macOS? A few weeks ago I tried using the copy of iTMSTransporter that is embedded in the (confusingly named) Transporter app on my mac, and that also failed to work. (My plan had been to compare the output of the mac and linux versions and see where they diverge. I have successfully decompiled the Java and I believe that if I knew where the two versions diverge I could try to find the bug. But that doesn't work as the mac version also crashes.) My next idea is to determine exactly how the Transporter app (which does work for me) invokes iTMSTransporter - assuming that it does do that, which seems reasonable as there is a copy embedded within it. Are there any macOS experts here who know how to find the command line for a running executable? Is it possible for an App Store app, like Transporter?
Replies
Boosts
Views
Activity
May ’23
Reply to The AppStore still comes across as "Rigged"
I find it interesting that you don't see an advert in those search results.
Replies
Boosts
Views
Activity
May ’23