rblcb / atmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atmail

Mobile version of atmail using React native.

  • How to run
  1. git clone https://github.com/superDev610/atmail.git
  2. yarn
  3. react-native run-ios or run via xcode.
  • Deploy to app store(release mode)
  1. Create an app ID in https://developer.apple.com Note that the bundle identifier in xcode and ID must be same.

  2. Create an app in https://itunnesconnect.apple.com Fill out all of the forms of the version page.

  3. Add your apple account to xcode and select in sigining of project.

  4. Create a release scheme When building an app for release the React Native Developer Menu will be disabled. The Javascript files we’ve created for our app will be bundled and put locally in the app so we can test it without being connected to a computer.

Go to Product -> Scheme -> Edit Scheme in XCode.

  1. Build app with release scheme Set the export devices as Generic iOS device. untitled

Select Product -> Archive from XCode

  1. Validate the app and deploy. After finish that, you will get this window. screenshot_22

Go to apple developer account, and create a provisiong doc as distribution and download it. Validate with downloaded file, then you just submit the app.

Wait for apple revewing.

-Run on iPhone

And connect to your iPhone. screenshot_24

You can see your iPhone's name (e.g. Dave's iPhone) and select it. Next, just run the project.

About


Languages

Language:JavaScript 70.6%Language:Objective-C 16.9%Language:Python 6.9%Language:Java 5.6%