-
yarn install
-
update
App.vue
->ONESIGNAL_APP_ID
value -
yarn build
-
yarn sync
-
open open ios/App/App.xcworkspace
-
update Signing
-
Run it
- [Init] ✅
- [Send 101 tags] --> call send api 2 times ✅
- [Get tags] --> tags.length = 0 ❌
- [Init] ✅
- [Send 100 tags]
- [Get tags] --> tags.length = 100 ✅
- [Reset] -> call delete api 2 times --> tags.length = 0 ✅
- [Init] ✅
- [Send 100 tags]
- [Get tags] --> tags.length = 100 ✅
- [Send 101 tags] --> call send api 1 time -> only send 1 tag (increment) ✅
- [Get tags] --> tags.length = 101 ✅
- [Init] ✅
- [Send 100 tags]
- [Get tags] --> tags.length = 100 ✅
- [Send 101 tags] --> call send api 1 time -> only send 1 tag (increment) ✅
- [Get tags] --> tags.length = 101 ✅
- [Reset] -> call delete api 2 times --> tags.length = 101 ❌