I have an issue, while running Safari Web Extension, gives pop up "You can turn on App's extension in Safari Extensions Preferences", but when I click on the button, it does not disappear nor did anything.
I have checked my ".appex" file included on all places where it should be. and permissions I have given are:
"permissions": [ "scripting", "bookmarks" ],
I have stuck from days and searched a lot but didn't get anything!
I have fixed this by changing the default bundle identifier, I have changed bundle identifier after conversion, in code there was older bundle identifier in ViewController file.
let extensionBundleIdentifier = "com.yourCompany.App.Extension"
This variable should have your actual bundle ID.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With