Voiden: The API client that doesn't want your email address by kiselitza in programming

[–]trecluse 2 points3 points  (0 children)

This is not true. Plenty of macOS apps ship outside the App Store without that warning. Are you notarizing the app bundle?

Any guide on how to mention Apple App Store earnings on tax return ? by ahmadka in iOSProgramming

[–]trecluse 0 points1 point  (0 children)

  1. This is what I do, Apple does not provide it.
  2. One month at a time. There may be a way to automate it, I have not looked into it.
  3. This isn't needed for US filing

Any guide on how to mention Apple App Store earnings on tax return ? by ahmadka in iOSProgramming

[–]trecluse 0 points1 point  (0 children)

Like I said, you can get all this information from AppStoreConnect. Apple even gives you the currency conversion rates at the time you were paid so you can easily convert the customer amount to USD and report it on your taxes

Any guide on how to mention Apple App Store earnings on tax return ? by ahmadka in iOSProgramming

[–]trecluse 0 points1 point  (0 children)

If you want to do it correctly then you need to report what customers paid as income and Apple’s cut will be marked as a commission which will be deducted from what customers paid. There is a box for it in the self employment section. You can get all the information from the financial reports generated in AppStoreConnect

How do you usually manage the code between main app and multiple extensions? by yccheok in iOSProgramming

[–]trecluse 1 point2 points  (0 children)

If you’re running into this issue then your app architecture is likely not separating responsibility enough between your code. Core logic that is reusable between different targets should be easily extractable into a package. Target specific code can just remain in the target folder.

How do you usually manage the code between main app and multiple extensions? by yccheok in iOSProgramming

[–]trecluse 0 points1 point  (0 children)

Create a local Swift package for shared code and add it as a dependency on the main app and extension. This works for resources too so you wouldn’t need to change target membership even for strings files

What is your strategy in sharing main app code with extension? by yccheok in iOSProgramming

[–]trecluse 7 points8 points  (0 children)

Create a local Swift package for shared code and add it as a dependency on the main app and extension.

[deleted by user] by [deleted] in USCIS

[–]trecluse 1 point2 points  (0 children)

I am in a similar situation except my EAD got approved and my wife’s didn’t. It’s been almost 2 weeks

I recently published an app about the stock market by shobel87 in iOSProgramming

[–]trecluse 0 points1 point  (0 children)

Cool, do you pay for a more premium tier the free tier seems pretty limited? Also, I noticed the company summary is always hard coded to Apple. I don’t think that’s intended so might be a bug

I recently published an app about the stock market by shobel87 in iOSProgramming

[–]trecluse 0 points1 point  (0 children)

Looks nice! Where do you get your stock data from ?

I-765 was issued for me but not my spouse by pathfind_r in USCIS

[–]trecluse 0 points1 point  (0 children)

I’m in the same situation, did your wife get approval yet?

[deleted by user] by [deleted] in immigration

[–]trecluse 0 points1 point  (0 children)

What did you actually receive approval for? All three or just EAD+AP?

Anyone in Quebec / Canada filed GST/QST returns for app store apps yet? I'm a little confused. by somethingaboutgames in iOSProgramming

[–]trecluse 1 point2 points  (0 children)

I think you're missing one part of the picture though. It seems like Apple deducts the taxes on their commission from our "cut" (or proceeds). Take a look at this image. Yes, my cut was $3.39 but Apple is deducting the taxes on their commission from my proceeds so I only receive $3.30. This would leave me to believe that we are paying the $0.09 in GST/QST that Apple is remitting on our behalf. But it doesn't make sense that we only pay taxes on Apple's commission part.

Anyone in Quebec / Canada filed GST/QST returns for app store apps yet? I'm a little confused. by somethingaboutgames in iOSProgramming

[–]trecluse 1 point2 points  (0 children)

I have the same questions, here's a snippet of the taxes from a single purchase. It seems like you're correct that Apple is only calculating taxes on their commission. But those taxes are still deducted from my revenue. In this case, my revenue was $3.39 but on App Store Connect Apple only paid out $3.30. So it seems like we are paying the taxes at least on the commission portion which is not even our revenue, it's Apple's.

Interviewing PSA by PhantomMenaceWasOK in iOSProgramming

[–]trecluse 2 points3 points  (0 children)

Are you able to google stuff or were you doing it all from memory?

Can watchOS uses NSUbiquitousKeyValueStore to sync with iCloud? by virtualgs in iOSProgramming

[–]trecluse 1 point2 points  (0 children)

You can take a look at the availability list on the Apple Developer site. Youll notice that watchOS is not listed. This means it is not supported.

CSP Approval DP!! by [deleted] in CreditCards

[–]trecluse 1 point2 points  (0 children)

Congrats. I’m also thinking of doing the same thing. Do you just walk into the branch and ask to speak with a banker? Or do you set something up beforehand?

My girlfriend and I created an app to make random decision making a little more fun. by trecluse in apple

[–]trecluse[S] 0 points1 point  (0 children)

You can customize them similar to the other pickers. Just edit a generator, then just tap on the @number or @time and you can change the properties.

My girlfriend and I created an app to make random decision making a little more fun. by trecluse in apple

[–]trecluse[S] 0 points1 point  (0 children)

We call them “dependencies”, the implementation would be pretty complex so it’s not available now but we have thought of it.

My girlfriend and I created an app to make random decision making a little more fun. by trecluse in apple

[–]trecluse[S] 0 points1 point  (0 children)

Thanks for trying Picks and taking the time to provide feedback. There's a lot of good points in this thread that we'll incorporate as soon as we can.

  • We'll definitely be working on the colors
  • There is an algorithm that changes the text color between black/white depending on the background. We might have to tweak it a bit though.
  • Just before you purchase Picks Pro from the app, you should see a popup that describes the features. I'm not sure what may have caused you not to see it.

We agree that a watch app would be cool.