M5: Packaging and Deployment

Slides:



Advertisements
Similar presentations
Creating an EDS Search Box Using EBSCO’s Search Box Builder Tool
Advertisements

Windows Phone 8.1 for Developers Sascha Corti Technical Evangelist, Microsoft Switzerland | techpreacher.corti.com
Tony 684 User Data App Services Arun 765 Thomas 762 Shell Kernel Shawn 626 App Roberth 779 Enterprise John Ignite Store Barclay 695 Andrew 617 App Model.
Microsoft ® Official Course Introducing Apps for SharePoint SharePoint Practice Microsoft SharePoint 2013.
M4: Multimedia and Devices
Gaming Engines for Windows 8 M5: Unity Adam Tuliper Microsoft Technical Evangelist Michael Palermo Microsoft Technical Evangelist.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep Advanced Windows 8 Apps Using JavaScript Jeremy Foster Microsoft Developer Evangelist.
Developing Windows 8 Store Apps using HTML5 Refresh / Exam Prep M2: Storage, Networking, and Security Michael Palermo Microsoft Technical Evangelist.
Software development. Chapter 7 – Application distribution and sales.
Michael Niehaus OS DeploymentApp Deployment Infrastructure Deployment.
Welcome Demo – Published Windows Store Apps on Dynamics AX 2012 Why build your own app? Demo – Building a Windows Store and Windows Phone 8 App Building.
OFC 322 Building Office Research Web Services: Exposing Corporate Data Through Office Brian Jones Program Manager Authoring Services Martin Sawicki Lead.
XML Web Services in Visual Studio.NET Peter Ty Developer Evangelist.NET and Developer Group.
450 million Windows PCs will be sold over the next 5 quarters (Goldman Sachs estimate for October 2012 to December 2013) ~ The largest developer opportunity.
BI Funcasts The Mac-Guyver Techniques BI - The Mac-Guyver Techniques : Office Sharepoint Excel Services Gunter Staes –
Gaming Engines for Windows 8 M6: Monetizing and Store submission Adam Tuliper Microsoft Technical Evangelist Michael Palermo Microsoft Technical Evangelist.
What is WP APP Studio Windows Phone App Studio is a tool to make high quality Windows Phone apps 100% Web-based tool „Code-free” development tool Edit-Continue.
Gaming Engines for Windows 8 M2: Game assets Jeremy Foster Microsoft Technical Evangelist Adam Tuliper Microsoft Technical Evangelist.
Web Design March 21, Agenda Return graded work Review / Discuss Homework Assignment Unit 6: Web Authoring Software Lesson Objectives: Students develop.
WCL302. OS DeploymentApp Deployment Infrastructure Deployment.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M5: Data, Files, and Encryption Michael Palermo Microsoft Technical Evangelist Jeremy.
Gaming Engines for Windows 8 M3: Scirra Construct2 Jeremy Foster Microsoft Technical Evangelist Adam Tuliper Microsoft Technical Evangelist.
Monetization Strategies for Windows 8 Games Shai Hinitz Sr. Program Manager Windows PC Planning & Ecosystem.
MSG316: Building Portals With SharePoint ™ Portal And Microsoft ® Office XP Howard Crow Program Manager SharePoint Portal Server Microsoft Corporation.
IoT HoloLens Surface Hub Windows Desktop Windows Mobile Xbox ONE CORE OS ONE APP PLATFORM ONE STORE Windows 10.
Selling & Deploying Windows 8 Apps. Nick Hodge Professional Geek, Microsoft Australia DEV223.
Making Money with Windows Phone Applications and Games Todd Biggs, Director of Product Management John Bruno, Lead Program Manager.
Extend the Operations Dashboard with Custom Widgets (and more)
Flexibility of options Existing relationship Subscriptions Consumable purchases Use Your Existing Commerce Use our ad system Bring your own Ad Supported.
Gaming Frameworks for Windows 8 M4: YoYo Games GameMaker Michael Palermo Microsoft Technical Evangelist Jeremy Foster Microsoft Technical Evangelist.
Extending the Operations Dashboard
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M6: Deployment Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft.
Office Store and App Catalog Discover A marketplace of off-the-shelf solutions to many of the common needs for business users Sell An opportunity.
Export & Publish a Universal Windows Platform WakeUpAndCode.com.
Michael Niehaus Using the Windows Store for Business: New Capabilities for Managing Apps in the Enterprise WIN335.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
Metro style Device App and Metadata Onboarding JOHN MULLALLY NIKET SANGHVI Program manager.
The 2007 Microsoft Office System Servers Enterprise Content Management, Workflow and Forms Martin Parry Developer and Platform Group, Microsoft Ltd
The information contained in this document represents the current view of Microsoft Corp on the issues discussed as of the date of publication. Because.
Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps.
SaaS apps.
Advanced Windows 8 App Development Using JavaScript Jump Start Exam Prep M2: Hardware and Sensors Michael Palermo Microsoft Technical Evangelist.
11 | Managing User Info Jeremy Foster Michael Palermo
Microsoft Virtual Academy
Windows Developer Day Fall Creators Update October 10, 2017.
9/11/ :51 AM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
Data Virtualization Tutorial… OAuth Example using Google Sheets
Microsoft Ignite /18/2018 8:30 PM BRK2065
9/11/ :55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Building a great Metro style device app for your printer
Microsoft Build /17/2018 5:42 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
M4: Animations, Custom Controls, and Globalization
Microsoft Virtual Academy
Introduction to mobile app development Module 3 – Improving your App Studio app Lance McCarthy.
Office 365 Development July 2014.
Introduction to jQuery
12/2/2018 The Windows Store © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Office 365 Development July 2014.
Canvas Orientation Presented by the Academic Technology Center and the Center for Teaching and Learning.
SharePoint Online Authentication Patterns
Monetization & Packaging
Delivering great hardware solutions for Windows
Windows 8.1 Deployment Jump Start
Modern LoB App Deployment
M3: Printing and PlayTo Jeremy Foster Michael Palermo
Developing Universal Windows Apps with HTML and JavaScript
Gaming Engines for Windows 8
Michael Palermo Jeremy Foster
Microsoft 365 Business Technical Fundamentals Series
Presentation transcript:

M5: Packaging and Deployment Michael Palermo Microsoft Technical Evangelist Jeremy Foster

Jump Start Target Agenda Advanced Windows Store App Development with HTML5 Refresh Module 1: Multimedia and Devices Module 2: Packaging and Deployment Module 3: Tools and Asynchronous Programming

Module Agenda ˃ App packaging Store Improvements

App Resources Resource Package (.appx) Additional resources such at strings or images Never contain code Enables reducing size of app package Optional to app, thus app not dependent

App Bundles App Bundle Manifest (.appxbundlemanifest) Organizes packages of type Application or Resource

Module Agenda App packaging Store Improvements ˃

Store Improvements Windows Store Dashboard and onboarding changes Consumable in-app purchases using Store commerce Support for large in-app purchase catalogs Automatic app updates Proxy authentication for enterprise scenarios More Store improvements

App submission scenarios Adding an app targeted for Windows 8.1 when you have already published the same app targeted for Windows 8. Adding an app targeted for Windows 8 when you have already published the same app targeted for Windows 8.1. Simultaneously submitting both Windows 8 and Windows 8.1 packages for the same app. Submitting updates for Windows 8 and Windows 8.1 packages, either one at a time or simultaneously

Consumable in-app purchases RequestAppPurchaseAsync returns a PurchaseResults ReportConsumableFulfillmentAsync GetUnfulfilledCosumablesAsync

Large in-app purchase catalogs RequestProductPurchaseAsync

msdn: Trial app and in-app purchase sample (Windows 8.1) demo msdn: Trial app and in-app purchase sample (Windows 8.1)

Automatic app updates On by default Turn it off by going to Store | Settings | App updates

Proxy authentication Great for enterprise users WPAD and PAC

More Store improvements Redeemable Store credit Improved Store searching using Bing New and improved Store pages

Summary App packaging Store Improvements