Posts

Post not yet marked as solved
3 Replies
6.7k Views
Its been 2 daysI am adding a share extension to my existing iPad app, but it's never showing up in the shared sheet menu.xcode 9.1 , iOS 11.1Steps for adding xcode 1. File -> New -> Target-> shareExtesnion 2. All certificates for share extension + containing app on automatic. 3. Run main app, the run share extension with NSActivationRule set to by default "TRUEPREDICATE"I get build successfull, and safari opens fine.Through this i don't see my extension on safari share sheet.---If above process repeated for a New app project i make .Steps 1. Make new Project 2. add share extension like above.This shows up in my share extension.-------Overall i am not able to add share extension to my appThings i did to clear the issue 1. change the deployment target prior to ios 11.1 2. Tried adding the Shared appgroups, and setting right provisional profiles. 3. Tried changing architecture to 64/32 bitBut i am not able to get it to work.Anything I am missing ??, its an illogical bug i think.
Posted
by aabhijeet.
Last updated
.