https://github.com/jimlynchcodes/check-you-win-app
https://github.com/jimlynchcodes/check-you-win-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimlynchcodes/check-you-win-app
- Owner: JimLynchCodes
- License: gpl-3.0
- Created: 2021-02-18T02:21:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T05:53:22.000Z (over 5 years ago)
- Last Synced: 2025-02-04T12:01:41.259Z (over 1 year ago)
- Language: JavaScript
- Size: 2.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check-You-Win-App
# Generate Icons & splashes
```
ng resource
```
Change "versionCode" in AndroidManifest.xml
# Android Build & Deploy
to generate a signing key:
```
keytool -genkey -v -keystore my-project-android-key.jks -keyalg RSA -validity 10000
```
to make a release build:
```
ns build ios --for-device --release --provision='Ea-9-8b-profile' --force
```
Then upload apk in the console here.
# iOS Build & Deploy
prepare with privisioning profile:
```
ns prepare ios --release --for-device --provision Ea-9-8b-profile --force
```
build with provision:
```
ns build ios --for-device --release --provision Ea-9-8b-profile --force
```
publish ios app:
```
ns publish ios ______@gmail.com --ipa ./platforms/ios/build/Release-iphoneos/studyapp.ipa --appleApplicationSpecificPassword
ns publish ios __@gmail.com --ipa ./platforms/ios/build/Release-iphoneos/CheckYouWinApp.ipa --appleApplicationSpecificPassword ____
```