Closed
Bug 948800
Opened 11 years ago
Closed 11 years ago
[B2G][Helix][yangshiqi][Mi Movistar]The app can not work in Mexcio,we found the url is wrong.
Categories
(Tech Evangelism Graveyard :: Preinstalled B2G Apps, defect, P1)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: lecky.wanglei, Unassigned)
Details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; chromeframe/28.0.1500.71; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Steps to reproduce:
【Detail Description*】:[B2G][Helix][yangshiqi][Mi Movistar]The app can not work in Venezuela,we found the url is wrong.
1. Select the application Mi Movistar enter it.
【Expect Result*】:it is normal.
【Real Result*】:we pick the url from the config file and test it(the website is https://telefonica.movistar.com.mx/mimovistar/m for Mexico) in Venezuela it is wrong,please check .
【Test Count*】:5
【Found Count*】:5
【Gaia commit ID*】:
【Gecko commit ID*】:
【Network environment】:
【Resume operation】:
【Carrier】:
Severity: normal → blocker
Component: General → Preinstalled B2G Apps
Priority: -- → P1
Product: Firefox OS → Tech Evangelism
【Detail Description*】:[B2G][Helix][yangshiqi][Mi Movistar]The app can not work in Mexico.
1. Select the application Mi Movistar enter it.
【Expect Result*】:it is normal.
【Real Result*】it can't be opened.and we have found that the https://telefonica.movistar.com.mx/mimovistar/m for Mexico is wrong, the website is from the file named configuration.json in the app.
{
"configurations" : [
{
"name" : "Movistar Venezuela",
"mcc" : "734",
"url" : "http://mi.movistar.com.ve/m"
},
{
"name" : "Movistar Colombia",
"mcc" : "732",
"url" : "http://www.m.movistar.co/Servicio_en_linea/"
},
{
"name" : "Movistar México",
"mcc" : "334",
"url" : "https://telefonica.movistar.com.mx/mimovistar/m" ----------it is wrong.
},
{
"name" : "Movistar Peru",
"mcc" : "716",
"url" : "http://mimovistar.com.pe"
},
{
"name" : "Movistar España",
"mcc" : "214",
"url" : "http://www.movistar.es/atcliente/MiMovistar/Pandora/"
}
],
"default" :
{
"name" : "Movistar Default",
"url" : "http://mi.movistar.com.ve/m"
}
}
【Test Count*】:5
【Found Count*】:5
【Gaia commit ID*】:
【Gecko commit ID*】:
【Network environment】:
【Resume operation】:
【Carrier】:
Flags: needinfo?(brg)
OS: All → Gonk (Firefox OS)
Hardware: All → ARM
Summary: [B2G][Helix][yangshiqi][Mi Movistar]The app can not work in Venezuela,we found the url is wrong. → [B2G][Helix][yangshiqi][Mi Movistar]The app can not work in Mexcio,we found the url is wrong.
Comment 2•11 years ago
|
||
According to bug 914767, you should be taking Mi Movistar application from:
https://marketplace.firefox.com/app/d43cc5ee-a804-44cb-953e-150b712fc175/manifest.webapp
Which points to this URL for Mexico:
"name" : "Movistar México",
"mcc" : "334",
"url" : "https://telefonica.movistar.com.mx/mimovistar/m/index.html"
Please Lecky, review the document provided in bug 914767 to include the suitable URL provided for Mexico.
Flags: needinfo?(brg) → needinfo?(lecky.wanglei)
Thank you. We will test it on the new version.
And we will tell you result if we got.
Flags: needinfo?(lecky.wanglei)
hi,beatriz
the issue is fixed after we update Mi Movistar app from
https://marketplace.firefox.com/app/d43cc5ee-a804-44cb-953e-150b712fc175/manifest.webapp
so,close the bug
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•