Open
Bug 1436137
Opened 8 years ago
Updated 3 years ago
Use fake UI to L10n screenshots Push Notifications
Categories
(Firefox for iOS :: Localization, enhancement, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: jhugman, Unassigned)
References
(Blocks 1 open bug)
Details
Currently, we have a reasonably complicated push notification service extension.
Sending fake notifications is hard, so we may need to consider faking the UI to display all strings.
This is tractable because:
1. We can use a launchArgument to communicate between test and app.
2. The app can use existing local notifications, or UIAlertView. Once tapped, the notification advances to the next string.
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•