Post

Replies

Boosts

Views

Activity

Reply to Financial reports
I've gathered it isn't your Unit purchased * the price of your app - Apples commission. It is basically that though you have to consider tax (VAT) and exchange rates. The simplest answer is, you get the "proceeds" shown in the tables, converted to your currency on the day you receive the payment from Apple.
Sep ’23
Reply to Apple Invoice
Despite having received three payments, I'm unable to find any corresponding invoices for these transactions. You are the supplier, Apple is the customer. Apple pays you for the apps. It is YOU who needs to generate invoices, not Apple. clarify whether developers in Spain are required to submit a monthly invoice in PDF format. I don't think so. Apple certainly doesn't care. There are some countries where businesses are required to always supply an invoice; I think Italy is one, or used to be one. The typical story is that you go to Italy on holiday, and when you leave a restaurant you leave the paid bill on the table; the waiter then runs down the street after you to give you the bill that you have forgotten, in case a "financial policeman" asks you for it. I don't think this ever happened in Spain, so I guess that you don't need to do this.
Sep ’23
Reply to Using CloudKit as a CDN for premium in-app content
the content itself isn't "truly" protected since it lives in CloudKit's public database. Some things to consider generally, for downloadable premium content: Do you need to worry about bandwidth costs? (Not for CloudKit) Are you obliged to pay the provider of the content even for unauthorised downloads? Is the type of content, or the main market for your app, something that is often pirated?
Topic: App & System Services SubTopic: StoreKit Tags:
Sep ’23
Reply to How to download macOS Sonoma installer?
I just verified Sure, it links to Apple when you visit it. You have no idea what happens when I visit it, or when someone from China or Iran visits it, or anything else. This is called a "supply chain attack". It's a real thing.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Problem with C++ header using whatever IDE or editor
Your second screenshot almost shows us the commands that your GUI invokes to compile and link, but they are truncated. If you run those commands from the terminal, do they work?
Replies
Boosts
Views
Activity
Sep ’23
Reply to WWDC 2015 video on GCD missing (again)
The transcript seems to be available at the Internet Archive. I don't think the video works, but I could be wrong.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Problem with C++ header using whatever IDE or editor
Were you asking about these? No. I'm asking about what I can see in one of the screenshots that you posted. It shows the command that the GUI tool has invoked. It starts /usr/bin/g++ -c. I can't see all of it because there is a scrollbar and some of it has not been captured in the screenshot.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Problem with C++ header using whatever IDE or editor
Can't you copy and paste, rather than posting screenshots with the scrollbar moved? Anyway, we can now see all of the command that it is running (I think). What happens when you run that from the terminal?
Replies
Boosts
Views
Activity
Sep ’23
Reply to Financial reports
I've gathered it isn't your Unit purchased * the price of your app - Apples commission. It is basically that though you have to consider tax (VAT) and exchange rates. The simplest answer is, you get the "proceeds" shown in the tables, converted to your currency on the day you receive the payment from Apple.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Problem with IAP on iOS - InvalidSignatureException (invalid IAP Security signature)
Have you hard-coded the app version in your receipt checking code, and the app version has of course changed in the updates?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Apple Invoice
Despite having received three payments, I'm unable to find any corresponding invoices for these transactions. You are the supplier, Apple is the customer. Apple pays you for the apps. It is YOU who needs to generate invoices, not Apple. clarify whether developers in Spain are required to submit a monthly invoice in PDF format. I don't think so. Apple certainly doesn't care. There are some countries where businesses are required to always supply an invoice; I think Italy is one, or used to be one. The typical story is that you go to Italy on holiday, and when you leave a restaurant you leave the paid bill on the table; the waiter then runs down the street after you to give you the bill that you have forgotten, in case a "financial policeman" asks you for it. I don't think this ever happened in Spain, so I guess that you don't need to do this.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Can I use stripe if apple IAP doesn't support my business rule?
No.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Problem with C++ header using whatever IDE or editor
You need to try to run the commands that your CodeLite GUI is running, which we can see in the screenshots, in the terminal. You still haven't done that.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Using CloudKit as a CDN for premium in-app content
the content itself isn't "truly" protected since it lives in CloudKit's public database. Some things to consider generally, for downloadable premium content: Do you need to worry about bandwidth costs? (Not for CloudKit) Are you obliged to pay the provider of the content even for unauthorised downloads? Is the type of content, or the main market for your app, something that is often pirated?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Can't import into keychain
flipabit We don't get a lot of discussion of that on this forum. I guess you're more likely to get a useful reply on whatever forum or other support channel they have.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Problem with C++ header using whatever IDE or editor
You are NOT running the same commands that the CodeLite GUI is running. We can see the commands that it runs in your screenshots. Run those same commands in the terminal.
Replies
Boosts
Views
Activity
Sep ’23
Reply to What settings should I make if I want to use the required reason API for reasons not listed?
I guess you have seen my thread here: https://developer.apple.com/forums/thread/734750
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Specifications for the accelerometer, gyroscope in current iPad
You won't find anything official, as far as I am aware.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’23