By Daniel Hargreaves on Sunday, 16 February 2020
Posted in Native Mobile App
Replies 1
Likes 0
Views 531
Votes 0
I understand the the Application Source is not supported, so I thought I would share some of my tips. I have posted 2 twice to apple with success of using Expo to compile. Beside to change the following in the app.json:

  1. "name": "EasySocial", <- Change this to your Application Name
  2. "description": "EasySocial mobile app", <- Change this to the publish name
  3. "version": "1.0.0", <- Change this to match the current version at Stackideas
  4. "bundleIdentifier": "com.stackideas.easysocial", <- Change this to match your App Store Bundle Identifier
  5. "buildNumber": "24", <- Besure to change this to your sequential build numbers, makes life easier at the App Store Connect
Thanks for sharing this Daniel We handle the sequential numbering internally using Titan, if you are building your own, then yes you need to handle the internal numbering on your own.

By the way, we already have a documentation on this at https://stackideas.com/docs/esnative/administrators/advanced/manual-build-from-downloads in case you guys need to refer to.
·
Sunday, 16 February 2020 20:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post