Issue in submitting and updating the safari extension -


i have safari extension in gallery.

now made few minor changes in code , resubmitted review (it takes month review, :( long time)

after month, received email safari , extension rejected because of issue

please strip extended attributes (xattr -c path/to/extension.safariextension) , rebuild safari extension package using latest version of safari.

i tried above command every time face same issue.

and confused if every time updtae code, need resubmit extension review, use of link:

https://developer.apple.com/library/content/documentation/tools/conceptual/safariextensionguide/updatingextensions/updatingextensions.html

also, when going through this, got email safari certificate (which used in extension builder create .extz file) going expire in month created new certificate , created new extz file.

but don't know need resubmit extension or update on webserver.

so have 3 issues/ confusions

  1. do need resubmit extension everytime update code or updating extz on web server work

  2. what have this: "extension description within safari extension preference pane appears placeholder"

  3. safari extension certificate expires in year, everyyear need resubmit extension or can update extz new certificate on web server work

thanks in advance

================update======================================

submitting extension removing extended attributes resolved running command mac xattr -c path/to/extension.safariextension, , rebuild , submit.

so, question 2 resolved , want clarify other 2 parts of question 1st , 3rd.

had same issue placeholder -issue, fixed adding/modifying proper description in information -section of extension builder.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -