Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. # Submitting mobile apps for review
  2.  
  3. While there is much more information that can be provided, and settings that can be adjusted when submitting an app, these are the absolutely bare essentials that need to be prepared beforehand.
  4. Given that everything is available, submitting an app shouldn't take longer than 2-4 hours.
  5.  
  6. Minimum requirements for App Store
  7. · App Previews and Screenshots
  8. You are required to have at least two screenshots, one from a 6.5 inch display (XS Max), and another from a 5.5 inch display (8 Plus).
  9. The resolutions are 1242x2688 and 1242x2208 respectively.
  10.  
  11. · A privacy policy for your app
  12. A URL to a page where your privacy policy is hosted.
  13.  
  14. · Support link
  15. A URL with support information for your app.
  16. Will be visible on the App Store.
  17.  
  18. · A promotional text (170 characters)
  19. The promotional text lets you inform your App Store visitors of any current app features without requiring an updated submission.
  20. The text will appear above your description on the App Store.
  21.  
  22. · Description (4000 characters)
  23. A description of your app, detailing features and functionality.
  24. It will also be used for your Apple Watch app.
  25.  
  26. · Keywords (100 characters)
  27. Keywords make App Store search results more accurate.
  28. Separate keywords with a comma.
  29.  
  30. · App Build
  31. App is built and uploaded to Apple from Xcode.
  32. In Xcode, go to the "Product" menu and click "Archive", this will build our app and the Organizer window will appear.
  33. In the Organizer window, select the current build and click the "Distribute App" button.
  34. This will cause a pop-up to appear, asking for a method of distribution; we select "iOS App Store", then "Upload".
  35. Given that your certificates are in order, it should be fine to just click "Next" and continue with the default options.
  36. Finally, a summary will appear; click "Upload", and the process should be done within a few minutes.
  37. Once the app has finished uploading, you will have to wait for Apple's servers to process it before you can add it in the "Build" section.
  38.  
  39. · App Store Icon
  40. Not required for apps built with Xcode 9 or higher, as the app icon from the uploaded bundle will be used.
  41. Otherwise, an icon image with the size 1024x1024.
  42.  
  43. Minimum requirements for Play Store
  44. · Short Description (80 characters)
  45. A short description of your app, like an elevator pitch.
  46.  
  47. · Full Description (4000 characters)
  48. A description of your app, detailing features and functionality.
  49.  
  50. · Play Store Icon
  51. Image with the size 512x512.
  52.  
  53. · Feature Graphic
  54. This is only used if you specify a promo video for your app as well, however, it is still required.
  55. Dimensions: 1024x500.
  56.  
  57. · App Previews and Screenshots
  58. You are required to have at least two screenshots.
  59. Minimum length of any side of the images is 320 pixels.
  60.  
  61. · Contact email
  62. Will be publicly displayed with your app.
  63.  
  64. · A privacy policy for your app.
  65. A URL to a page where your privacy policy is hosted.
  66.  
  67. · App Build
  68. App is built as a bundle from Android Studio.
  69. In Android Studio, go to the "Build" menu, and click "Generate Signed Bundle / APK...", then choose "Android App Bundle" and click next.
  70. Locate your keystore and fill in the required information, or create a new one if required, then proceed.
  71. Choose the output destination for your bundle and make sure "release" is selected as the build variant, then click finish.
  72. Once the bundle has been built, upload the "app.aab" file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement