I created a new version in iTunesConnect for an update to my app. I entered the wrong version number and didn't notice until I saved it. How do I either change this version number or delete the new version so I can create a new one?If memory serves, I have to actually submit an exe with the bad version before I can delete it. I was hoping Apple had fixed this.tia, PJ
Post not yet marked as solved
Hi, I have not received my 1099-K for 2021. Has anyone gotten theirs? Seems like I should have received it by now. Is the limit still $20K?
Jeez, I hate these new forums so much. It's like their designed to discourage their use.
Thanks, Patrick
Post not yet marked as solved
I used to use something called Reporter.jar, but that does not appear to work any more. Is there a new method?
Thanks, Patrick
Post not yet marked as solved
I looked around and found something that says to submit with Xcode 12. Can I still use 11 or do I have to use 12?
Thanks, Patrick
Post not yet marked as solved
Anyone know if I can download 1099-K, etc. here somewhere?
Regards, Patrick
Hi,
Everybody loving the new "forums"? I have very little expectation that anyone will actually see this question.
Okay, so I have a table cell with two objects, a label and a segmented control. Label is pinned to the left margin of the cell and the segmented control is pinned to the right margin of the cell.
These two objects are normally on the same "line" (their verticals centers line up basically).
Under some circumstances, because of either the length of text in the label and/or the width of the device (iPhone 5s, for example), the label will overlap onto the segmented control.
I want the text to be all on one line. I don't want to wrap it. I would like the segmented control to be pushed down below the label (still pinned to the right) when this happens.
First, can auto layout do this? If yes, how? Seems like I need multiple conditions on a constraint to do this, but I can't figure out how to do it and have not found an example that's similar to this.
Any help would be appreciated!
Regards, Patrick
Post not yet marked as solved
Tried a few times. Xcode 11.0 would not update to 11.1. Had to delete 11.0 and install 11.1 from scratch.Not sure what the problem was other than "Error".
Post not yet marked as solved
I installed the GM over the weekend (build 19a582a) but was not prompted to update to the release. In the past, this was because the build didn't change. However, I've read that there is a 19a583 build for the release. Also, a bit odd, is that 'About this Mac...' says that Catalina beta is installed.Anyone else seeing this?
I just installed the GM. Looking at the TV app and was expecting to see all my purchased movies in the Library tab, but it's empty. If I select Purchased from one of the menus, it shows me all the movies. But, I can only download them. If I want to stream, I have to manually search for the movie and then choose Play.Anyone actually see their movies in the Library tab?-Patrick
Post not yet marked as solved
Yes I exceeded $20K. Keep forgetting...do they mail them on or after 2/1/2019 or before?Regards, Patrick
Post not yet marked as solved
I saw something somewhere 🙂 about a Privacy Policy being required in October 2018. I think it said for new and updated apps, but I'm curious about apps already in the store. Any info or links would be appreciated.Regards, Patrick
Post not yet marked as solved
I renewed my Developer Progam 5 days ago. Today is the first day of the new year and two of my iOS apps I last updated 18 months ago are showing up as new updates.Has anyone else seen this? I did nothing, the version # and release date (June 2016) have not changed either in the 'update'. My other apps are still on the store including a few that were updated in September of this year.Yet another peculiarity from the "new" Apple.Regards Patrick
Post not yet marked as solved
Hi, Are they removed or do they stay and you get a "you need an updated app" message when you try to start them?Regards, Patrick
Hi, What's the correct macro to use when building for iOS to check if building for 64-bit? Apple docs say use "#if __LP64__", but it's unclear to me if that also applies to iOS. I tried some tests in Xcode and that didn't work.Regards, Patrick