Posts

Post marked as solved
2 Replies
2.8k Views
my Emails always bounce when sending via Amazon ses. I have SPF DKIM and DMARC all configured correctly. But Amazon doesn’t allow me to configure an exact email address as the Mail From address, instead I can only configure a Mail From domain. This is where I run into problems. Amazon uses the Mail From domain, but then prepends a UUID as the Mail From address. Ie my Mail From domain is: example.com and the actual Mail From address will be something like: @example.com in my developer account I have added example.com, and the actual email address I use to send from. For example: news @example.com. But because Amazon randomises the Mail From address for every email sent, I have no way of registering the email with Apple and it bounces… is there a way around this?
Posted Last updated
.
Post not yet marked as solved
3 Replies
1.4k Views
I thought this would happen automatically, but I have had an extension in the Mac App Store for a few months now, and it still isnt listed?I also just released a new Safari Extension, and would like the extra exposure having them listed on that page would bring.How do I go about being listed?
Posted Last updated
.
Post not yet marked as solved
2 Replies
856 Views
I would like to setup communication between my native app, and a Firefox/Chrome extension... Is there a supported way to do this? The official MDN docs say to look in the Apple developer forums. However the only mention of native messaging is between a native app, and a Safari WebExtension. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging
Posted Last updated
.
Post not yet marked as solved
0 Replies
749 Views
Am I missing something?The old javascript extensions were able to get the page title even if the page hadnt loaded yet.For example after restarting Safari, tab title's are available to Safari - as they are dispalyed on the tabs.But SFSafariPageProerties will not return the title for unloaded background tabs - just the url.My extension has the following permissions:<key>SFSafariToolbarItem</key> <dict> <key>Action</key> <string>Popover</string> <key>Identifier</key> <string>Button</string> <key>Image</key> <string>ToolbarItemIcon.pdf</string> <key>Label</key> <string>MyAppName</string> </dict> <key>SFSafariWebsiteAccess</key> <dict> <key>Allowed Domains</key> <array> <string>*.*</string> </array> <key>Level</key> <string>All</string> </dict>
Posted Last updated
.