Posts

Post not yet marked as solved
8 Replies
14k Views
I just reported this bug. Bug report ID is 42102512. Does anyone know of a fix for this?We just revamped our app with a new name and logo - the old logo however is sadly forever cached on existing devices. It shows on every boot of the app and all attempts to clear the cache so far for existing users have failed. The only "workaround" is to have the app deleted from device + restart of device + reinstall of app. However this incurs data loss and we cannot advice our users to do this.Summary:First used launch screen file is forever cached and cannot be replaced."Launch screen" = Launch Screen File (storyboard) specified in Info.plist for key UILaunchStoryboardNameSteps to Reproduce:1. Create a project, using a storyboard including a PNG image from asset catalog for launch screen. (We call this "launch screen X")2. Release app on app store + download it and launch it on device A. (note: instead of app store, app can be directly installed on device from Xcode/adhoc)3. Update app; delete launch screen X. Create new "launch screen Y", using another PNG for image - also delete the PNG used for "launch screen X".4. Once again release app with a new version on app store + download it on device A and launch it. (note: instead of app store, app can be directly installed on device from Xcode/adhoc)Expected Results:The launch in step 4 should show "launch screen Y".Actual Results:The launch in step 4 shows "launch screen X".Version/Build:Confirmed bug on iOS 11.4 / iOS 11.4.1 - but is very likely affecting any previous iOS version.Configuration:Xcode 9.4.1.
Posted
by zappy.
Last updated
.
Post marked as solved
1 Replies
1k Views
I did what is described in "Check out What’s New in User Notifications from #WWDC18" https://developer.apple.com/wwdc18/710 around 27:36, in order to add a button "Appname Notification Settings" at the bottom of the app's notification page in Settings; I implemented thefunc userNotificationCenter(_ center: UNUserNotificationCenter, openSettingsFor notification: UNNotification?) {protocol function, but the button does not show up in the page in Settings. Is this a bug in iOS 12 beta?Note: currently only using simulator
Posted
by zappy.
Last updated
.
Post marked as solved
2 Replies
1.8k Views
Sorry, the app icon for tvos completely confuses me. Whatever I do, I just can get an app icon in there.First, I'd like to make clear something, so please answer this:Must the app icon use the following layer structure?:FrontMiddleBackIn the docs, there is nothing really stressing that issue. I am happily creating icons that look great in Photoshop w/ the LSR plugin and also the Parallax Previewer app.I drop the exported .lsr file into Assets.xcassets, but there seems to be no way of just denoting that icon to be the Apple TV app icon. It seems to be incorrect to move the layers around inside of the assets folders after that.
Posted
by zappy.
Last updated
.
Post not yet marked as solved
3 Replies
1.7k Views
UIBackgroundModes audio does not work on iOS 11 developer beta 7.When I move our video streaming app to the background with UIBackgroundModes set to audio, audio keeps playing with iOS 9/10 devices, but not with iOS 11 developer beta 7. Is this a bug? Is it known?BTW, the problem occurs on a iPhone 6 Plus. I have tried uninstalling the app, restarting, then reinstalling but it didn't help.
Posted
by zappy.
Last updated
.
Post marked as solved
2 Replies
725 Views
Not sure when this started happen, but I first saw this today, 20170808.When I click on an app in iTunes Connect, all I get is the "Ratings and Reviews" page for that app. I can't access the normal pages where you add versions, screenshots, handle TestFlight or anything else. Is iTunes Connect bugged?The links from My apps look like this: http s://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/##########/ios/ratingsResponses
Posted
by zappy.
Last updated
.