Posts

Post not yet marked as solved
8 Replies
16k 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
1.5k 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
.