iOS add share extension on maps
问题 I want to add share extension on Apple's Maps, does anyone know how to do. I try to set NSExtensionAttributes as below but it don't work, my APP doesn't show in the Maps's share sheet. NSExtensionAttributes NSExtensionActivationRule NSExetnsionActivationSupportsWebURLWithMaxCount NSExetnsionActivationSupportsWebPageWithMaxCount 回答1: I'm not sure why NSExtensionActivationSupportsText doesn't work with Maps, but I get the same result when I try. What you need is a more complex activation rule.