Closed
Bug 731263
Opened 13 years ago
Closed 13 years ago
Generate unique device id and expose to front-end
Categories
(Pancake Graveyard :: Native iOS Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M1
People
(Reporter: oyiptong, Assigned: st3fan)
References
Details
Generate a unique device ID and expose it to the front-end javascript code.
This code will be sent to the back-end for book-keeping
| Reporter | ||
Updated•13 years ago
|
Target Milestone: --- → M2
Updated•13 years ago
|
Assignee: nobody → sarentz
Target Milestone: M2 → M1
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•13 years ago
|
||
This bug is incorrectly marked as a duplicate
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 3•13 years ago
|
||
The fix for this was mentioned in 731260 but it should be here.
Fixed with https://bitbucket.org/mozillapancake/pancake-ios/changeset/46937f755a95
Tested from the frontend with:
xmessage.sendMessage("native", "generateDeviceIdentifier", [],
function (result) { alert("Got identifier: " + result); });
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•