Skip to main content

Posts

Showing posts from August, 2015

Swift API Manager -Alamofire-Refresh Token-With TestCases

  import Foundation import KeychainAccess enum APIError : Error { case accessTokenExpired case networkError // Add more error cases as needed } class APIManager { private let keychain = Keychain (service: "com.example.app.refreshToken" ) private let refreshTokenKey = "refreshToken" private var accessToken: String ? func callAPI < T : Codable >( urlString : String , method : String , parameters : [ String : Any ] ? , completion : @escaping ( Result < T , APIError >) -> Void ) { guard let url = URL (string: urlString) else { completion(.failure(.networkError)) return } var request = URLRequest (url: url) request.httpMethod = method // Add access token to the request headers if available if let token = accessToken { request.setValue( "Bearer \(token) " , forHTTPHeaderField: "Aut...

Complete Increasing Search Ranking mobile Application

Improve iphone, android mobile application on first page in App store or Google play. App Store Optimization service is a best solution for app store free mobile apps iphone or ipad.  App Store Optimization is likely technique For SEO and SMO.  It improves app distribution by increasing high search rank for apps in an App Store. AOS Process  Key of Goal of ASO for follow technologies step vies content optimization in to application title or description. How much time used keyword in descriptions and used keyword in application title. Apps Optimization ASO Key Factors App Title, App Keywords, Reviews & Ratings, App Description, App Logo, App Screenshots, App Publisher Name and Category. ASO Requirement Activities How to performance indicators for content optimization By On-Page activity of app content is the best effect from app store optimization success.  How you select keywords and describe your app affects you...