-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[NO QA] Allow notification debugging for release builds on Android #12964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
53642d8
d385a07
046298a
ba390f6
4cd0d67
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| appKey = uulSSfTDQJ2r0PMpjRrhmQ | ||
| appSecret = D4Bhf0HrQEehrPua74Tyiw | ||
| inProduction = false | ||
| developmentLogLevel = VERBOSE | ||
|
|
||
| # Notification Customization | ||
| notificationIcon = ic_notification | ||
| notificationAccentColor = #2EAAE2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| appKey = 55vypj0ARc6cN09MX7ogtQ | ||
| appSecret = EsSaqbdLSvmyC6kSBFJCtQ | ||
| inProduction = true | ||
|
|
||
| # Notification Customization | ||
| notificationIcon = ic_notification | ||
| notificationAccentColor = #2EAAE2 | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| appKey = 55vypj0ARc6cN09MX7ogtQ | ||
| appSecret = EsSaqbdLSvmyC6kSBFJCtQ | ||
| inProduction = true | ||
|
|
||
| # Notification Customization | ||
| notificationIcon = ic_notification | ||
| notificationAccentColor = #2EAAE2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,13 +4,13 @@ | |
| <dict> | ||
| <key>detectProvisioningMode</key> | ||
| <true/> | ||
| <key>developmentAppKey</key> | ||
| <key>appKey</key> | ||
| <string>uulSSfTDQJ2r0PMpjRrhmQ</string> | ||
| <key>developmentAppSecret</key> | ||
| <key>appSecret</key> | ||
| <string>D4Bhf0HrQEehrPua74Tyiw</string> | ||
| <key>productionAppKey</key> | ||
| <key>appKey</key> | ||
| <string>55vypj0ARc6cN09MX7ogtQ</string> | ||
| <key>productionAppSecret</key> | ||
| <key>appSecret</key> | ||
| <string>EsSaqbdLSvmyC6kSBFJCtQ</string> | ||
| </dict> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ahhh, that's a bit annoying that they don't align their SDKs. Nice find though and thanks for raising it. |
||
| </plist> | ||
Uh oh!
There was an error while loading. Please reload this page.