Skip to content

Instantly share code, notes, and snippets.

View gmehedi's full-sized avatar

M M Mehedi Hasan gmehedi

  • Software Engineer at Twinbit Ltd.
  • Mirpur 12 DOHS, Dhaka, Bangladesh
View GitHub Profile
@gmehedi
gmehedi / ForceUpdateAppVersion.swift
Created October 29, 2023 06:33 — forked from DineshKachhot/ForceUpdateAppVersion.swift
Force Update iOS App while API has major update
import Foundation
enum VersionError: Error {
case invalidResponse, invalidBundleInfo
}
class ForceUpdateAppVersion {
class func isForceUpdateRequire(apiVersion:Int) -> Bool {
func update() {