Skip to content

Commit

Permalink
[MBL-957] Add RichPushNotifications push service extension to support…
Browse files Browse the repository at this point in the history
…rich push notifications with Braze (#1882)

* [MBL-957] Add RichPushNotifications push service extension to support rich push notifications with Braze

* Set up com.kickstarter.kickstarter.debug.RichPushNotifications certificates and identifier

* Add RichPushNotification target identifiers for beta, kickalpha and enterprise

* Set provisioning profiles for RichPushNotifications for kickalpha and beta

* Set provisioning profile for RichPushNotifications for release
  • Loading branch information
amy-at-kickstarter committed Nov 28, 2023
1 parent e1e5d68 commit 1156229
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .fastlane/Fastfile
Expand Up @@ -24,7 +24,10 @@ platform :ios do
desc "Fastlane Match - App Store"
private_lane :match_appstore do
match(
app_identifier: ["com.kickstarter.kickstarter"],
app_identifier: [
"com.kickstarter.kickstarter",
"com.kickstarter.kickstarter.RichPushNotifications"
],
type: "appstore",
git_url: "git@github.com:kickstarter/ios-certificates",
team_id: "48YBP49Y5N",
Expand All @@ -37,7 +40,8 @@ platform :ios do
private_lane :match_development do
match(
app_identifier: [
"com.kickstarter.kickstarter.debug"
"com.kickstarter.kickstarter.debug",
"com.kickstarter.kickstarter.debug.RichPushNotifications"
],
type: "development",
git_url: "git@github.com:kickstarter/ios-certificates",
Expand All @@ -53,7 +57,9 @@ platform :ios do
match(
app_identifier: [
"com.kickstarter.kickstarter.beta",
"com.kickstarter.kickstarter.kickalpha"
"com.kickstarter.kickstarter.beta.RichPushNotifications",
"com.kickstarter.kickstarter.kickalpha",
"com.kickstarter.kickstarter.kickalpha.RichPushNotifications",
],
type: "enterprise",
git_url: "git@github.com:kickstarter/ios-certificates",
Expand Down

0 comments on commit 1156229

Please sign in to comment.