Merge branch 'master' into ios-2
This commit is contained in:
@@ -38,6 +38,15 @@ The plugin has been optimized for **native-first deployment** with the following
|
|||||||
|
|
||||||
## Implementation Status
|
## Implementation Status
|
||||||
|
|
||||||
|
### **Overview**
|
||||||
|
|
||||||
|
Dec 17
|
||||||
|
- test-apps
|
||||||
|
- android has been seen to work
|
||||||
|
- ios is being developed (Jose)
|
||||||
|
- after ios, will work on daily-notification-test (that includes Vue)
|
||||||
|
- need to test with real data in the API
|
||||||
|
|
||||||
### ✅ **Phase 2 Complete - Production Ready**
|
### ✅ **Phase 2 Complete - Production Ready**
|
||||||
|
|
||||||
| Component | Status | Implementation |
|
| Component | Status | Implementation |
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
Both test apps are configured to **automatically build the plugin** as part of their build process. The plugin is included as a Gradle project dependency, so Gradle handles building it automatically.
|
Both test apps are configured to **automatically build the plugin** as part of their build process. The plugin is included as a Gradle project dependency, so Gradle handles building it automatically.
|
||||||
|
|
||||||
|
Note that Test App 1 `android-test-app` is used most frequently.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Test App 1: `android-test-app` (Standalone Android)
|
## Test App 1: `android-test-app` (Standalone Android)
|
||||||
@@ -59,7 +61,7 @@ avdmanager list avd
|
|||||||
# Run one
|
# Run one
|
||||||
emulator -avd AVD_NAME
|
emulator -avd AVD_NAME
|
||||||
|
|
||||||
# Check that one is running
|
# Simply see that one is running
|
||||||
adb devices
|
adb devices
|
||||||
|
|
||||||
# Now install on the emulator
|
# Now install on the emulator
|
||||||
|
|||||||
Reference in New Issue
Block a user