Posts

Showing posts from November, 2015

iOS Phonegap app share extension (images) with ionic

Image
iOS Phonegap app share extension (images) with ionic Share extensions give users a convenient way to share content with other entities, such as social sharing websites or upload services. For example, in an app that includes a Share button, users can choose a Share extension that represents a social sharing website and then use it to post a comment or other content.    Link            In iOS Share extension create new share project in existing project.                                    1) Create and add share extension project on your app. File >>New >>Target ...>>Application Extension >>Share Extension >>Next (Click on).          2) Add share Project Details : product name ,Organization identifier ...etc .. >> finish.                            3) Replace : ShareViewController.h and ShareViewController.m file.              4) Add Content Handle Plugin files on share project