1 / 16

M5: Packaging and Deployment

M5: Packaging and Deployment. Michael Palermo Microsoft Technical Evangelist Jeremy Foster Microsoft Technical Evangelist. Jump Start Target Agenda. Module Agenda. ˃. App packaging Store Improvements. App Resources. Resource Package (. appx )

Télécharger la présentation

M5: Packaging and Deployment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Jump Start Target Agenda

  3. Module Agenda ˃ App packaging Store Improvements

  4. 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

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

  6. Module Agenda App packaging Store Improvements ˃

  7. 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

  8. 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

  9. Consumable in-app purchases RequestAppPurchaseAsync returns a PurchaseResults ReportConsumableFulfillmentAsync GetUnfulfilledCosumablesAsync

  10. Large in-app purchase catalogs RequestProductPurchaseAsync

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

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

  13. Proxy authentication Great for enterprise users WPAD and PAC

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

  15. Summary App packaging Store Improvements

More Related