-
Re: How can I keep an add-on not been uninstalled by Jive?
Ryan Rutan Jul 24, 2014 5:10 AM (in response to damonfan)I've never had an addon removed like this. Are you using our sandbox or your own environment? Could you provide more details, as what you are describing doesn't sound normal or intended behavior.
-
Re: How can I keep an add-on not been uninstalled by Jive?
damonfan Jul 24, 2014 5:20 AM (in response to Ryan Rutan)I edit an add-on zip and upload it for Oauth2.0 .The meta.json is:
{
"package_version": "1.0",
"minimum_version": "0070300000",
"id": "c12d0751-00da-986d-a46a-909836360a6f",
"type": "client-app",
"name": "OAuth 2.0 Client",
"description": "This add-on is to register an OAuth 2.0 Client",
"service_url": "http://mydomain",
"redirect_url": "%serviceURL%/redirecturl",
"icon_16": "icon_16.png",
"icon_48": "icon_48.png",
}
-
Re: How can I keep an add-on not been uninstalled by Jive?
Ryan Rutan Jul 28, 2014 10:56 AM (in response to damonfan)So I do not see anything crazy in your meta.json. I guess my concern is that I've never seen an add-on removed before. Are you trying this on our Sandbox (https://sandbox.jiveon.com), or some other instance?
-
Re: How can I keep an add-on not been uninstalled by Jive?
Ryan Rutan Jul 29, 2014 10:29 PM (in response to Ryan Rutan)I talked to a colleague today, and he mentioned something that might be related. If you install 2 add-ons with the same GUID, then it is possible that one might be replacing the other. Are you deploying any other Add-Ons?
-
Re: How can I keep an add-on not been uninstalled by Jive?
damonfan Aug 4, 2014 2:28 AM (in response to Ryan Rutan)I deployed anthor add-on with the same GUID !!!
Thanks very much
-
-
-
-