vn-verdnaturachat/ios/fastlane
Djorkaeff Alexandre b68b0b84df
[NEW] Push notification data privacy (#2213)
* [WIP] Notification Service

* [WIP] Android push notification privacy

* [WIP] Retry request when it fails (iOS)

* [WIP] Override notification bundle

* [CHORE] Remove unnecessary import

* [WIP] Check notification Type (iOS)

* [WIP] Change to notification endpoint

* eof

* fix unwrap conditional value

* turn run request synchronous

* fix bundle info

* eof

* remove extra tab

* undo unnecessary change

* remove not working code for a while

* fix notification title

* change endpoint and received/sent data

* message-id-only working properly on android

* notification privacy working on ios

* invalidate circleCI yarn cache

* Fix provisioning profiles

* fix notification service version

* fix unwrap nil

* compatibility older servers android

* show received notification when cant fetch content from server

* undo some android changes

* prevent group & reply fallback notifications

* dont show more than one fallback notification by server

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-28 10:43:43 -03:00
..
Appfile [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00
Fastfile [NEW] Push notification data privacy (#2213) 2020-07-28 10:43:43 -03:00
Matchfile Use cordova repository to get certificates 2018-03-15 11:47:18 -03:00
Pluginfile [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
README.md [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00
report.xml [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00

README.md

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew cask install fastlane

Available Actions

iOS

ios test

fastlane ios test

Runs all the tests

ios beta

fastlane ios beta

Submit a new Beta Build to Apple TestFlight

ios release

fastlane ios release

Build App for release

ios build

fastlane ios build

Build App for development


This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.