Posts

Post not yet marked as solved
2 Replies
0 Views
It varies: a day or sometimes a week for updates on publiced apps. For new apps it could take longer. Most of the time I got a request for additional information.
Post not yet marked as solved
6 Replies
0 Views
Post not yet marked as solved
1 Replies
0 Views
Samen problem, did you find a solution?
Post not yet marked as solved
3 Replies
0 Views
Replied In iOS 11 airplay
Me too
Post marked as solved
6 Replies
0 Views
Still don't get it, but it works. Somehow 2 cycles of (the same) metaData update are there. The first cycle nil is there so it's ignored. The second cycle works?!
Post marked as solved
6 Replies
0 Views
I added:if self.artiestLabel.text != nil {self.artiestLabel.text = titel + " / " + artiest}Now it works?!Any idea why?
Post marked as solved
6 Replies
0 Views
updateMetaData is some leftovercode I wrote in order to check wheter MetaData was updated and then trying to handle update artiestLabel.text. You can ignore that for my question.I can print it. It prints something like: "Prince / 1999" on the screen after the push on the button. I like to update it automatically. But calling updateTitelArtist in that part of the code gives an error. The object self.artiestLabel is nil!?