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