i am trying to show my app in share menu...
created new project of share extension but xamarin.mac dll gets removed while adding that project in solution.
if anyone have better suggestion for share menu..please guide me .
Thank you..
Actually,i am using alpha channel and still its not working....
i even tried to add extension from xcode but xamarin doesnt support that.
it gives "Error synchronizing changes from Xcode"
is there any other way to do so...
Ok. It appears that the XM in Alpha channel is more stale than I expected and not work w\ extensions. You can wait for us to update it (QA is working through it now) or can build it yourself (https://github.com/xamarin/xamarin-macios) if you want to go down that route.
You may need to change the target framework of your projects:
https://developer.xamarin.com/guides/mac/advanced_topics/target-framework/
To match.
Answers
I expect you are trying to use the iOS extension project, which will not work.
We are working on extension support in Xamarin.Mac. Some of the bits are already in the Alpha channel, and the rest will be releases in at least "preview" quality in the next major (Cycle 8) release.
Actually,i am using alpha channel and still its not working....
i even tried to add extension from xcode but xamarin doesnt support that.
it gives "Error synchronizing changes from Xcode"
is there any other way to do so...
Ok. It appears that the XM in Alpha channel is more stale than I expected and not work w\ extensions. You can wait for us to update it (QA is working through it now) or can build it yourself (https://github.com/xamarin/xamarin-macios) if you want to go down that route.
Thanks a lot.,
1 more help...
i want to read the path of the file i want to share..
but it shows url as "public.file-url" and file name as " public.* " for all items ..
and
i am trying to link my share extension project with main project but its gives error
"Incompatible target framework:.NETFramework,Version=v4.5"
You may need to change the target framework of your projects:
https://developer.xamarin.com/guides/mac/advanced_topics/target-framework/
To match.
thanks
is there any way to read path of file that we want to share in share extension......