Post

Replies

Boosts

Views

Activity

Reply to App Review Delays Longer than a week
We've seen considerable discussion here on this topic over the years. Not so much over the last 12 months, I think. I had one delayed for several weeks, and when I inquired, the response was 'be patient', finally self-rejected, then pushed another build which went thru normally. Sometimes they just get stuck, sometimes, as is often reported, Apple takes longer based on what the app does, etc. Medical and gambling apps are two prime examples that typically require longer reviews, it seems. You don't give any details on your app, so unless this is just an info gathering exercise, doing that might get you responses you could perhaps use. Good luck.
Sep ’20
Reply to Failed to create provisionning profile
I don't have a mac or an iphone You'll need to have at least one mobile device registered with your paid dev account, in the Member Center, before you can provision, and, upload for distribution to the App Store. For help with 3rd party tools/SDKs, it is best to seek support from the author's of those products. Pls. note that devForums is for Apple's IDE, which is predicated on the use of Apple hardware. Good luck.
Sep ’20
Reply to Certificates, Identifiers and Profiles question
Q1: A bundleID, once on record, is tied to your account (thus the 'already exists' admonition) and is not something the dev can 'remove' (exception is when an app is transfered between dev accounts, then the bundleID goes along). Q2: 'assembly name' is a microsoft term, so let's let it die around here ;) ...in favor of bundleID does the App ID need to match the (assembly name) bundleID? Apples and oranges... Quoting retired Apple Docs for a bit of clarification:App ID An App ID is a two-part string used to identify one or more apps from a single development team. The string consists of a Team ID and a bundle ID search string, with a period (.) separating the two parts. The Team ID is supplied by Apple and is unique to a specific development team, while the bundle ID search string is supplied by you to match either the bundle ID of a single app or a set of bundle IDs for a group of your apps. Quoting cocoacasts:App ID Developers often confuse App IDs with bundle IDs or, even worse, they think they're the same thing. An App ID represents one or more applications in Apple's system. It consists of two components, a Team ID and a bundle ID search string. In this example, ABCDE12345 is the Team ID and com.cocoacasts.scribbles is the bundle ID search string. The Team ID and the bundle ID search string are separated by a period. ABCDE12345.com.cocoacasts.scribbles The Team ID is the component you don't need to worry about is. It's generated by Apple and prepended to the bundle ID search string. What is a bundle ID search string? This question takes us back to bundle identifiers. It's possible to use one App ID for several applications. That's where explicit and wildcardApp IDs come into play. The bundle ID search string of an App ID can match a single application or, by including a wildcard, it can match multiple applications of the same development team.
Sep ’20
Reply to Unable to install Xcode 12 via AppStore
30GB+ free (so that should be fine right?) Not necessarily. You need room to download and room to put it unpacked/installed, plus swap space for the OS. ...11 GB or so for the download, then another 20 GB or so to put it someplace as the download unpacks, all while macOS needs 10 ~ 15 GB free for itself just to run. That's over 40, right there, and no promise it would work properly. I'd clear off at least 75 gb, and keep that as a minimum, the more the better. If you manage to get it going, you might want to shop for a much larger drive for the future ;) Good luck.
Sep ’20