How to upload my app to appExchange in salesforce - salesforce

I am salesforce developer but i don't know how to upload my app to
appexchange in salesforce, although i am following standard books(ISV
Guide), but i am not getting success.
Any one can help me in this regard.

Related

How can we create salesforce developer account for salesforce essentials?

how can I create a Salesforce account for developing an app which will be utilised for Salesforce essentials?
You can sign up for a Salesforce Developer Edition org via developer.salesforce.com.
Quite a bit more goes into building an application for the Salesforce AppExchange. You'll want to take some key Trailhead modules like AppExchange Partner Basics and AppExchange App Development, and get very familiar with the ISVforce Guide.
Sing Up on salesforce account https://developer.salesforce.com/signup?d=70130000000td6N
you can following above image step's

Google App Engine and Google Calendar API

I was wondering if I need the Google java client libraries to access my google calendars from GAE. Are they part of the Google App Engine SDK by default?
Moreover I was not able to find a good example or tutorial which shows how to create, read, update and delete Google calendar events from an Google Cloud Platform app.
Thanks a lot, if you can offer same code examples or links to appropriate and working tutorials.
You're looking for the Google Java API client:
https://developers.google.com/api-client-library/java/
This library isn't included in App Engine by default, but there are instructions on that page for how to install it. When you have it set up, here's the guide for using the calendar API:
https://github.com/google/google-api-java-client-samples/tree/master/calendar-appengine-sample
Hope this helps!

Publishing an App in the Google play store?

I have been exploring the AppInventor by Google and MIT. Does anyone know if you can publish your App using this or can you only download it to your personal device?
You could also upload / publish it on the Google Playstore.
There is a official FAQ:
http://beta.appinventor.mit.edu/learn/reference/other/appstoplay.html

How does Google App Engine deployment work?

I've tried to find detailed description how does the Google App Engine deployment work, but still no luck.
Can you explain this process step-by-step? I mean application signing, uploading etc. Thanks in advance

Can my app deploy a app that uploaded by a user?

I am doing my course project, and I am the only one choose GAE. Now, I just don't know how to satisfy a requirement in this course project.
My app is a homework submittal system allows students upload their homework. I can implement almost everything using GAE. But, you know, what students uploaded is web app too, and requirement says my app should allow users upload their app, and my app can deploy their apps and give the teacher URLs to check.
I really don't know how to implement this. Can anyone explain how can this happen?
And if there is a way to do this. what kind of file should a user upload, war?
BTW. assuming the users upload a google appEngine app written in Python.
Thank you!
It's technically possible, but the App Engine Terms of Service prohibit applications that upload other applications.

Resources