Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Icons for iOS Action Extensions Disappearing After Share Button Menu Disappears

Tags:

I've been working on a couple of iOS action extensions for a while, but I have noticed an odd behavior I was wondering if anyone else saw. In short, after you install and turn the extension on from the share button menu and leave the menu, it disappears from the menu.

More specifically, when you first install the extension, you expect you have to press the share button, scroll the bottom bar menu (for the action extensions) all the way to the right, press the "More" button, toggle your extension on and then press done. At that point the icon for the extension will appear and you can use it. However, the next time you want to use the action extension, the icon will not appear and you have to repeat the process, even though when you look in the "More" menu, the toggle switches for your app are already flipped on.

I wish I could add images to further elaborate here, but I can't because of StackOverflow's rules.

I have not been able to find any information on this any where, so I was hoping someone here has noticed this behavior or not. Any help on resolving this would be greatly appreciated.

like image 501
KWJ314 Avatar asked Apr 15 '15 15:04

KWJ314


1 Answers

This has been a bug in iOS 8.3, and has been acknowledged by Apple. Fixed in iOS 9.

Issue on OpenRadar

How to solve:

The new share extension is NOT visible in the default list, and is CHECKED in the “More…” list. Changing any of the switches and tapping Done will show the new share extension in the default list.

like image 198
Andrei Konstantinov Avatar answered Oct 12 '22 10:10

Andrei Konstantinov