fastlane-community / fastlane-plugin-applivery

fastlane plugin to upload IPA or APK to Applivery.com
https://www.applivery.com/
MIT License
12 stars 7 forks source link

Notification filter feature #10

Closed CesarTrigo closed 3 years ago

CesarTrigo commented 3 years ago

Added new param filter to allow limit notification audience to a list of groups with support to AND and OR clauses. i.e.: [["group1", "group2"],["group3"]] means (grupo1 AND grupo2) OR (grupo3)