I'd like to know the install state of my iOS safari extension in the associated swift app. Is there any way to get this? As we have seen it is available for macOS here, is there anyway to know iOS Safari extension is enabled or not?
Thanks
Post
Replies
Boosts
Views
Activity
I have existing React-Native iOS app. I need to create Safari browser extension for iOS and MacOS Safari browser. For extension, I have React.js project for other browser extension. Now I have tried to convert it into Safari extension and It is working fine. But what if I have to add Extension target to existing React-Native iOS app? Which steps I need to follow to add target to iOS app?
Can you please guide me on this? Thank you in advance.