Post

Replies

Boosts

Views

Activity

Reply to Apple Dev Costs
Currently, iOS 14 is only for Apple Developer Program members (got to pay $99). So if you want to get it without paying $99, you'll need to wait: The public beta will be available July (watch the keynote at 1:46:44) It will available for everyone in Fall The $99 price doesn't only let you download iOS 14 -- you also get the ability to distribute apps and make money from them, as well as access previews of other beta operating systems like macOS Big Sur.
Jun ’20
Reply to Remove iOS app availability from Mac App Store
It's already available in the "Pricing and Availability" page, but if you're not seeing it, try this: Go to appstoreconnect.apple.com/apps - https://appstoreconnect.apple.com/apps You'll see a banner that says "iOS Apps on Mac... Edit Availability" (screenshot - https://github.com/zjohnzheng/DeveloperAssets/blob/master/appStoreConnectBanner.png) Click on "Edit Availability" A screen will pop up. Uncheck your app, then click done. (screenshot - https://github.com/zjohnzheng/DeveloperAssets/blob/master/makeAvailable.png) That's it!
Jun ’20
Reply to I cant find my iphone back up - windows 10
I'm not a Windows user but maybe check your recent files? View recent files with the Run Dialog Box Open the Run Dialog Box with the keyboard shortcut Windows Key + R Enter shell:recent This will open the folder listing all of your recent items. The list can be quite long and may contain items that are not as recent, and you may even want to delete some of them. Source: howtogeek.com/274573/how-do-you-get-the-all-recent-files-list-back-in-windows-10/
Jun ’20
Reply to Auto Layout Struggles
If you're using the Storyboard, go to the Attributes Inspector and try setting Distribution to "Fill Equally" or "Fill Proportionally". Also make sure that the base stack view (the one that contains the other stack view) has constraints set up for all 4 sides.
Jun ’20
Reply to This may be a stupid question, but...
I agree with @Sangsom about the books. You can even check some out from a public library -- they might be outdated, but anything above Swift 3 will still make sense. However, books aren't for everyone, and a video course may be a better place to start (you can follow step by step easier). Books can also be expensive, as they average around $50.
Jun ’20
Reply to How often can people leave ratings on the App Store?
I'm pretty sure it's forever (unless deleted), but you have the option of resetting - https://developer.apple.com/app-store/ratings-and-reviews/ the "summary rating": Individual ratings inform your app’s summary rating, which is displayed on your product page and in search results. This summary rating is specific to each territory on the App Store and you can reset it when you release a new version of your app. However, we recommend using this feature sparingly; while resetting the summary rating can ensure that it reflects the most current version of your app — useful if an update addresses users’ previous concerns — having few ratings may discourage potential users from downloading your app. The "summary rating" is the 5 stars shown next to your app's title on the App Store. 2. People can only leave reviews once (It's tied to your Apple ID). To delete reviews, you can flag inappropriate ones for Apple to remove. Users can also delete their own reviews.
Jun ’20
Reply to 2020 Forums Wishlist/Feature Request Thread
I would like to be able to edit my questions (there's no button)! And your profile page is rarely refreshed -- I posted a couple questions yesterday and so far only the first one has shown up. It would also be nice to see the upvote/downvote count. Some links are restricted too. There seems to be a whitelist -- I can't link to Hacking With Swift or raw.github.com. This URL can't be included in your post. Please remove it to continue. And for some reason, links that include '%' get an auto-generated '25' after each of them. For example: https://github.com/zjohnzheng/DeveloperAssets/blob/master/Shot%202020-06-19%20at%201.09.00%20PM.png when pressed, results in a 404. That's because the Forums added '25' in front of every '%'. https://github.com/zjohnzheng/DeveloperAssets/blob/master/Shot%25202020-06-19%2520at%25201.09.00%2520PM.png The search functionality is also pretty bad. I second your request of sorting results "by most recent, most votes, most relevant."
Jun ’20