1page.title=Google Play for Work 2page.metaDescription=Distribute your apps directly to enterprises and business users. 3page.tags="enterprise", "emm", "business", "administrator", "profile" 4page.image=images/distribute/gpfw.jpg 5@jd:body 6 7<p>Google Play for Work is an extension of Google Play that lets Android for Work users browse and install apps. IT admins in a business using Android for Work choose which public and private apps are made available to users in their business. Businesses can use Google Play for Work to securely bulk deploy free apps to their employees or bulk purchase paid apps depending on their needs.</p> 8<img src="{@docRoot}images/distribute/gpfw.jpg"> 9 10 11<p>As a Google Play developer, your free apps are automatically ready to be selected by Android for Work customers and made available to their workforces on Google Play for Work. However, to allow businesses access to bulk purchase your paid apps, you must opt-in and agree to the <a href="https://play.google.com/about/work/developer-distribution-agreement-addendum.html">Google Play for Work Addendum</a> to the Developer Distribution Agreement.</p> 12 13<p>Find out more about <a href="https://support.google.com/googleplay/work/answer/6137711">distributing to Google Play for Work</a>.</p> 14 15<div class="wrap"> 16 <div class="cols" style="margin-top:2em;"> 17 <div class="col-6of12"> 18 <h2 id="developer">For developers</h2> 19 <img src="{@docRoot}images/distribute/gpfw_developer.png"> 20 <h5>Get discovered</h5> 21 <p>Get your business related apps listed in a business specific gateway so they stand out from consumer apps.</p> 22 <h5>Get volume</h5> 23 <p>Reach new audiences at scale because businesses will be able to deploy your free apps in bulk. Bulk purchasing also allows businesses to buy your paid app at scale.</p> 24 <h5>Continue to offer in app-purchases</h5> 25 <p>You can continue to offer free apps with in-app purchases. Business employees will be able to make purchases just as they would if they personally installed your app. </p> 26 <h5>New monetization opportunities</h5> 27 <p>Businesses will often look for extended support for business critical apps, and you have the opportunity to offer that support for a fee.</p> 28 </div> 29 30 31 <div class="col-6of12"> 32 <h2 id="business">For businesses</h2> 33 <img src="{@docRoot}images/distribute/gpfw_business.png"> 34 <h5>Free to businesses</h5> 35 <p>Google Play for Work is available free of charge to Android for Work customers.</p> 36 <h5>Full IT approval for apps</h5> 37 <p>IT can now approve and manage every app deployed to its organization’s workers.</p> 38 <h5>Secure app distribution</h5> 39 <p>Provides a secure gateway for distributing apps within your company, whether they are available publicly or distributed privately to employees at your organization.</p> 40 <h5>Work app configuration</h5> 41 <p>Maintain app settings, such as server addresses and default user settings, from your admin console for enabled apps.</p> 42 <h5>Business-wide licensing</h5> 43 <p>Paid apps are licensed to your organization, enabling you to move paid apps between users as users needs change and staff turns over. </p> 44 </div> 45 </div> 46</div> 47 48<h2 id="best_practices">Best practices for success</h2> 49 50<p>Keep these best practices in mind as you build a great enterprise-ready app.</p> 51 52<h3 id="design">Develop a great app for business</h3> 53 54<ul> 55 <li>Follow best practices for security and manage user data 56 properly. Businesses are more conscious of data security and 57 employee productivity, especially when it comes to features that 58 share information with other services.</li> 59 <li>Support <a href="{@docRoot}work/managed-configurations.html" 60 >managed configurations</a> to let an administrator remotely 61 configure app settings such as: 62 <ul> 63 <li>Server address and protocol settings</li> 64 <li>The ability to switch features on and off</li> 65 <li>Sign-in credentials for your app's backend servers</li> 66 <li>Default user settings</li> 67 </ul> 68 </li> 69 <li>Request the minimum permissions that your app needs.</li> 70 <li>Make sure communication to your backend and data in your backend is secure.</li> 71 <li>Implement authorization policies that will minimize the number of your 72 employees that can access user data.</li> 73 <li><a href="{@docRoot}work/managed-profiles.html">Offer compatibility with work 74 profile</a> and test that with the 75 <a href="{@docRoot}samples/BasicManagedProfile/index.html" 76 >BasicManagedProfile sample app</a>.</li> 77 <li>Support <a href="{@docRoot}work/managed-configurations.html" 78 >managed configurations</a> so that IT admins can remotely 79 configure your app through leading EMM solutions.</li> 80</ul> 81 82<h3 id="support">Provide support and maintenance</h3> 83 84<ul> 85 <li> 86 Consider offering enhanced support to cover extended hours or 87 specific means of contact. Businesses are often willing to pay for 88 this service. 89 </li> 90 <li> 91 If you update the app configuration / managed configuration schema for 92 your app, make sure it remains backward compatible. This is because 93 it’s possible that different users will have different versions of 94 your app (at least temporarily), and IT admin will want a consistent 95 remote configuration experience between versions to ensure efficient 96 management of apps in the field.</li> 97</ul> 98 99<h2 id=related_resources>Related resources</h2> 100 101<div class="resource-widget resource-flow-layout col-13" 102 data-query="collection:distribute/googleplay/gpfw" 103 data-sortOrder="-timestamp" 104 data-cardSizes="9x3" 105 data-maxResults="6"></div> 106 107