DEV Community

Cover image for Build WordPress App with React Native #29 : Publish on App store
kris
kris

Posted on • Originally published at kriss.io on

Build WordPress App with React Native #29 : Publish on App store

This series intends to show how I build an app to serve content from my WordPress blog by using react-native. Since my blog is talking about react-native, the series and the articles are interconnected. We will learn how to set-up many packages that make our lives comfortable and learn how to deal with WordPress APIs. Here, the most prominent features talked about in the book are the dark theme, offline mode, infinite scroll and many more. You can discover much more in this series. this inspiration to do this tutorial series came from the React Native Mobile Templates from instamobile

In case of wanting to learn from the beginning, all the previous parts for this tutorial series are available below:

  1. Build WordPress Client App with React Native #1: Overview
  2. Build WordPress Client App with React Native #2: Setting Up Your Environment
  3. Build WordPress Client App with React Native #3: Handle Navigation with React navigation
  4. Build WordPress Client App with React Native #4: Add Font Icon
  5. Build WordPress Client App with React Native #5 : Home Screen with React native paper
  6. Build WordPress Client App with React Native #6 : Using Html renderer and Moment
  7. Build WordPress Client App with React Native #7: Add pull to refresh and Infinite scroll
  8. Build WordPress Client App with React Native #8: Implementing SinglePost Screen
  9. Build WordPress Client App with React Native #9: implement simple share
  10. Build WordPress Client App with React Native #10: Setup and save bookmark
  11. Build WordPress Client App with React Native #11: Remove and Render Bookmark
  12. Build WordPress Client App with React Native #12: Categories screen
  13. Build WordPress Client App with React Native #13: Configuring firebase in contact screen
  14. Build WordPress Client App with React Native #14 : Implementing Settings Screen
  15. Build WordPress Client App with React Native #15 : Forwarding message to inbox with Cloud function
  16. Build WordPress Client App with React Native #16 : Dark theme
  17. Build WordPress Client App with React Native #17 : Fix react-native-render-html to change theme
  18. Build WordPress Client App with React Native #18 : changing Theme
  19. Build WordPress Client App with React Native #19 : Notify user when offline
  20. Build WordPress Client App with React Native #20 : Saving data to cache
  21. Build WordPress Client App with React Native #21 : Splash Screen on iOS
  22. Build WordPress Client App with React Native #22 : Splash Screen on Android
  23. Build WordPress Client App with React Native #23 : Setup Firebase Push notification [iOS]
  24. Build WordPress Client App with React Native #24 : Setup Firebase Push Notification [Android]
  25. Build WordPress Client App with React Native #25 : Manage device token
  26. Build WordPress Client App with React Native #26 : open specific screen with a deeplink
  27. Build WordPress Client App with React Native #27 : Publish on Play store

we continued to AppStore after publishing on Playstore we required apple developer account 99$/year approved period 4-5 days or more after got developer account go to app store connect section

click on my app

create a new app

then fill app detail

hit create will redirect to the app info screen

first, add privacy policy for app personally recommend Iubenda for generating any relate privacy policy

next tab set pricing to 0 for free app

now we can prepare for submission

the first thing we want to add app screenshot

use this service for generating screenshot

I submit a screenshot for only iPhone 6.5″

and 5.5″

next step fill app description

next step that we can do on a browser is App info add App Store Icon

last step for app review I thick out Sing-in required and fill contact info

try hit save your will saw an error

we did not attach app file, for now, we using Xcode open Product and hit Archive

waiting until archived success

next hit Distribute App

now let’s wait for upload success

now all done

back to Appstoreconnect click Activity tab, your will see our app on processing status

when processing finish we can start a submission

now we need to waiting

summary

now we all done we submit the app to App store we waiting for at least one days for reviewer have reject or approve

The post Build WordPress Client App with React Native #29 : Publish on App store appeared first on Kriss.

Top comments (0)