Post

Replies

Boosts

Views

Activity

Reply to Can't see my build on App Store Connect
A daily/daily/daily FAQ, the solution is to be patient and sit on your hands while the backend catches up with itself. Sit on your hands means don't hammer the backend with repeated uploads. I don't know if this is relevant or not. We don't either. devForums are Apple IDE-centric. 3rd party tools/SDKs/APIs normally come with their own support, elsewhere, which is where questions about those products are best raised. Good luck.
Sep ’20
Reply to Storing Data from Forms
If you mean use Xcode to build an app that uses a form, the data goes where your code says it should go...only you know your code. Could be stored in your app's 'Documents' directory, - https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html emailed to another person, uploaded to iCloud, saved on a remote server, etc. link to google sheets. Yes. Sheets has an API you can use: h ttps://developers.google.com/sheets/api/
Sep ’20
Reply to Firebase Cloud Messaging can't receive message when updating from AppStore build but works on new install
doesn't seem to be caused by firebase Not sure why you felt it important to mention fb at all, then - if something's not a factor, it doesn't belong in the comment. I'd still bounce your issue of that 3rd party's product support. Usually it's a case of those 3rd parties not keeping their product in sync quickly enough to avoid issues. Onus is on the dev, in all such examples, to first thing verify with the 3rd parties that the tool/SDK/API in use is the latest most current version. You seem to have assumed that out of your conversation, and jumped right to using Apple's support channels first. A bad habit, if that's the case, and one that can often result in pushback.
Sep ’20
Reply to One or more tax forms still need to be completed for your account. Please submit them as soon as possible.
we need to fill out  Yes. what exactly is this?  Short answer is "W-8BEN-E is an important tax document which allows businesses operating outside of the U.S. to claim tax exemption on U.S.-sourced income." See: https://ww w.freshbooks.com/hub/accounting/w8ben-e ...and... https://developer.apple.com/forums/thread/52583
Sep ’20
Reply to Prevent screen recording
You can try to make it a bother by requiring they keep a touch on the screen, but in the end, all a user has to do is point a camera at the screen and they're good to go. See https://developer.apple.com/forums/thread/61124 As always, if there is something you don't want captured, don't put it on the screen. Good luck.
Sep ’20
Reply to App declined for 'promotes the use of tobacco...' without any further information
Apple is under no obligation to shape their process and requirements to fit your business model. Review your Developer Program Agreement. No app in the store is any promise that any other app will be accepted/reviewed. The guidelines are a living document which means Apple defines them, at will, on the fly, and they can change at any time...perhaps a new crackdown was timed that your app was the first to fall under new scrutiny. They control the process. Don't expect a running dialog that opens them to a back/forth debate. If you want into the store, make changes, or not. There are no pre-reviews, and no simple recipe for what those changes may amount to, and, if they would make a difference during review. My opinion is that in your example, once an app like yours has been flagged, and unless Apple does a 180 on their policies, you're done. Find another business model and do your feasibility planning up front, prior to coding, etc. - planning that actively and generously follows, rather than risks running afoul of, the ASRGs. If the risks are not something you can afford to take, perhaps the App Store isn't for you. ...it's called 'development' for a reason. Good luck.
Sep ’20
Reply to Can't Deploy iOS app to macOS
I *had* opened the project up in Xcode (non-beta), because I was going to build it for The App Store, maybe that did something?  Could well be. Using Xcode 11.7, create a new sample project w/appropriate template, targeting iOS 13.x, then walk thru the process to make-it-a-mac app and see how far you get.
Sep ’20
Reply to API for real time networking speed?
AFAIK, there is no API to speed test. As well, given the variables, it can be more work than it's worth. Best to stick with the traditional speed test method and ping A to B. As for those widgets, they're just pinging and making best guess - nothing magic about them, they just simplify the job for users who don't even know what a ping is ;)
Sep ’20
Reply to Mobile Device Management
MDM is a (technically broad) 'scheme', designed by Apple, and as such I don't recall Apple specifically providing an MDM 'program', as in 'solution'. MDM solutions/packages have always been 3rd party. Latest layer, however, is ABM - Apple Business Manager: see https://support.apple.com/en-us/HT207516 If you're talking about 'device enrollment' see: https://support.apple.com/guide/mdm/automated-device-enrollment-settings-mdm557792f1e/web When you say 'credentials', that term usually means logins (2fa?) - see: https://developer.apple.com/documentation/security/password_autofill As for 'standing up' aka DIY your own MDM solution, many try, usually in an effort to skirt budget scares, but many fail and realize it is far easier to buy off-the-shelf. If you're talking about using an Enterprise Program to falsely enroll masses of otherwise non-authorized devices via mis-used certificates, you're in the wrong place. Good luck in any case.
Sep ’20