First, I really appreciate your input on this, it's very important to me.
What do you mean specs, I can provide it. This project will be a long term project so I want to make it right and scalable from the beginning.
Also sql, which one, MySQL? Any recomendations on where to store it, for example AWS?
Post
Replies
Boosts
Views
Activity
On the server I would store analytics about the user such as performance, suggestions about the usage of the calendar, profile picture, login, menu settings such as layout of the app, text fields for the todo and calendar descriptions with images and attatchments.
I'm trying to think of a use of Core Data but right now I don't think I'll be using it.
Eventually I would also let the users share the calendar yes, but the main function I think that I want it on my server is because of cross plattaform, because what if the user is on Windows and I support all apple devices but not windows? The if I create a web and this person wants to use it on the web but doesn't have apple, he/she would be in trouble.
So I'm trying to decide what would be the best approach for all this for cross platform.
No, that doesn't contain much info. For example how do people get the information of all the new stuff and put it on their websites? There's got to be some place no? Where does apple announces all the new emojis released in iOS 12.4?
Ok I'm going to answer my own question for others new comers with the same issue:
1- If you see "Waiting for Upload" that means that the In-App purchase needs to be uploaded from Xcode, you need to create a new target file under Cross-Platform.
2- If after that it says Missing Binary, simply upload a picture in the review area.
I'm making a guide to do the whole thing here: https://blog.arturofm.com/apple-pay-with-swiftui/ because it's incredible the amount of unnecessary work once have to go through for no reason.
I've just found this - https://help.apple.com/app-store-connect/#/dev1986a0e5c but it doesn't say how to upload it. I'm getting this message from the store:
Your first in-app purchase must be submitted with a new app version. Create your in-app purchase, then select it from the app’s In-App Purchases section under App Store and click Submit.
Once your binary has been uploaded and your first in-app purchase has been submitted for review, additional in-app purchases can be submitted using the table below.
Where are all the engineers apple mentioned in the WWDC20?? It's incredible that even to give them 30% of my earnings I have to beg... Is anyone able to help with this...? I've been with this issue for 2 weeks already
Honestly if you are new to Swift, I wouldn't recommend starting with Core Data. It has a big learning curve. However, if you insist, here is guide I made a couple of weeks ago when I was learning: https://blog.arturofm.com/swiftui-cheat-sheet/#coredata There is more to it, but I haven't had the time to add it. But there you have the basic CRUD
By the way this is the link - https://developer.apple.com/documentation/passkit/apple_pay/offering_apple_pay_in_your_app to the documentation I got it from
So what exactly is that Tax thing? Shouldn't it be calculated automatically based on the country?
EDIT2: Yesterday I couldn't see it, today I woke up and on apple store connect on the right side was a link.
To whoever has this problem:
Go back and forth between the two pages and if the message persists, wait 1 day. It seems the sync has a bunch of lag
EDIT: After reviewing the license on the page given above I went back to https://appstoreconnect.apple.com/ and it still shows the same message.
I can't remove the accepted answer :/
I am the account holder. But on the app connect doesn't provide any link to where you pointed. They should fix that...
Never mind, I fixed the problem with .onAppear(){}
The problem I'm having now is that I'm repeating that whole code twice, how can I optimize this?
Thanks Jerry, I'll look at it today after lunch, hopefully I can learn how to propely use it. If it's a sensitive project you'd like to hide back you can do so, I downloaded it already. Thank you very much for the help
Hi, I really appreciate the gesture. I went to github and that project is in Scala, not SwiftUI, did I go to the right one?
Thanks, the create Data works beautifuly, just as expected, with so much going around.The readData() on the other hand gives me an error on your 2nd code, line 3. It says:Value of type 'NSFetchRequest<ProgrammingLanguage>' has no member 'sortDescriptor'what's happening?