Help ios app

help me please
My app in ios can’t consume rest services

We’re going to need more information than that. What have you tried, what errors are you getting, sample code?

error index.html when
tries to access this this route

http://190.85.98.162:86/example/secure/SrvSedd.svc/LoginUsuario

image

service rest it is good

I can’t really help with the information you’ve provide. It doesn’t really tell me the issue is. You need to provide some code so we can look over what is happening.

index.html is controller for interceptor
//httpInterceptor
$httpProvider.interceptors.push(’$httpInterceptor’);

//cargando idiomas de traducción
$translateProvider.useLoader(’$translatePartialLoader’, {
urlTemplate: ‘resources/languages/{lang}/{part}.json’
});
$translatePartialLoaderProvider.addPart(‘configuracion’);
$translatePartialLoaderProvider.addPart(‘transacciones’);
$translatePartialLoaderProvider.addPart(‘consultas’);
$translatePartialLoaderProvider.addPart(‘general’);
$translatePartialLoaderProvider.addPart(‘products’);
$translatePartialLoaderProvider.addPart(‘user’);

$translateProvider.preferredLanguage(‘es-co’);
$translateProvider.fallbackLanguage(‘es-co’);
//$translateProvider.useStorage(’$storageLanguage’);
// Ionic uses AngularUI Router which uses the concept of states
// Learn more here: https://github.com/angular-ui/ui-router
// Set up the various states which the app can be in.
// Each state’s controller can be found in controllers.js

$stateProvider
// FULL-PAGES
.state(‘loginUsername’, {
url: “/loginUsername”,
templateUrl: “templates/user/loginUsername.html”,
controller: ‘loginUsernameCtrl’
})

when press button httpInterceptor launch message error index.html

do you have skype my skype is soulreavers214