0

In my app I have developed custom activity.When user click on more options , it shows the list of activities app.In that list iOS is showing only name of my app , icon is not coming.How to provide the icon for that.

Aashish Nagar
  • 1,207
  • 1
  • 14
  • 30

1 Answers1

0

You will need to create a separate asset catalog in your share extensions folder and reference that one in your share extension target. or add main apps asset to Share extension target.

  1. Select (extension) Project -> Goto "Build Phase"
  2. Expands "Compile Source"
  3. Add "images.xcassests" (asset where you appicon is ) of your main project
  4. Rebuild and run.
PlusInfosys
  • 3,416
  • 1
  • 19
  • 33