All Projects → sheep0704 → IOSIphoneHttps

sheep0704 / IOSIphoneHttps

Licence: other
ios超级签-ipa-新版IOS苹果企业签,直接签名直接下载安装,无需进入appstore商城——不需要经过App Store直接下载游戏吗?下载完不知道怎么安装?需要通过第三方软件来安装?绕过苹果检测,测试可以使用HTTPD或者Tomcat构建,使用plist文件

Projects that are alternatives of or similar to IOSIphoneHttps

react-native-decompiler
Decompile React Native Android/IOS Bundle.
Stars: ✭ 78 (+27.87%)
Mutual labels:  ipa
AckAck
Acknowledgement Plist Generator
Stars: ✭ 37 (-39.34%)
Mutual labels:  plist
hackintosh-gigabyte-x570-aorus-elite
My EFI folder for Ryzen Hackintosh, as known as Ryzentosh.
Stars: ✭ 25 (-59.02%)
Mutual labels:  plist
SResigner
A macos application for ipa resign,dylib inject/delete and metadata modify.
Stars: ✭ 52 (-14.75%)
Mutual labels:  ipa
ipatool
Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
Stars: ✭ 2,438 (+3896.72%)
Mutual labels:  ipa
uber-sdk
A Ruby SDK for the Uber API
Stars: ✭ 32 (-47.54%)
Mutual labels:  uber
ufolint
UFO source format linter
Stars: ✭ 23 (-62.3%)
Mutual labels:  plist
ipa-extract-info
Extract the Info.plist from an IPA
Stars: ✭ 34 (-44.26%)
Mutual labels:  ipa
Configuration
Hierarchical configuration manager for Swift applications
Stars: ✭ 72 (+18.03%)
Mutual labels:  plist
scout
Reading and writing in JSON, Plist, YAML and XML data made simple when the data format is not known at build time. Swift library and command-line tool.
Stars: ✭ 110 (+80.33%)
Mutual labels:  plist
management tools
A collection of scripts and packages to simplify OS X management.
Stars: ✭ 93 (+52.46%)
Mutual labels:  plist
iOSThin
iOS瘦身方案
Stars: ✭ 25 (-59.02%)
Mutual labels:  ipa
uber-cli
Beeps when surge is gone
Stars: ✭ 29 (-52.46%)
Mutual labels:  uber
iOS Tools
Put some tools which can useing in iOS development.
Stars: ✭ 29 (-52.46%)
Mutual labels:  ipa
data-visualization-deck-gl
A experiment to visualize Tree in NewYork and Flight record data. Using Deck.gl and Kaggle
Stars: ✭ 54 (-11.48%)
Mutual labels:  uber
SwiftyPlistManager
Lightweight plist data management framework for iOS 10.3+
Stars: ✭ 76 (+24.59%)
Mutual labels:  plist
transfer
Converts from one encoding to another. Supported formats HCL ⇄ JSON ⇄ YAML⇄TOML⇄XML⇄plist⇄pickle⇄properties ...
Stars: ✭ 70 (+14.75%)
Mutual labels:  plist
Dual-color-Polyline-Animation
This library will help to show the polyline in dual color similar as Uber.
Stars: ✭ 73 (+19.67%)
Mutual labels:  uber
DLUberLogin
Imitate Uber LoginView
Stars: ✭ 19 (-68.85%)
Mutual labels:  uber
DeepPhonemizer
Grapheme to phoneme conversion with deep learning.
Stars: ✭ 152 (+149.18%)
Mutual labels:  ipa

IOSIphoneHttps


  • 今日更新:最近超级签相关的封号严重,都是关联引起,建议不要绑定同一张卡。

  • 后面更新:之后会更新不掉签,也就是所谓的超级超级签的办法,无需第三方操作,只是成本贵了点。

  • 最新版:2019 苹果应用又严格,直接签名直接下载安装,无需进入appstore商城,无需第三方可以自己直接使用安装

想不经过App Store直接下载游戏吗?下载完不知道怎么安装?需要通过第三方软件来安装?下面奥特曼超人来带你进入新版的安装教程:

搭建一个HTTPS服务,可以使用HTTPD或者Tomcat构建

使用plist文件 通过A标签调起安装 扩展-(可通过js判断是否安装,如果未安装直接安装,安装了就下载) 早上在撸HTML5,有个下载页的需求,需要安卓和苹果,一般来说苹果用第三方或者AppStore的,但这次是在内部使用的App和Ipa,所以得有个方法来绕过这个,其实第三方实现的原理也是如此,来看下执行步骤。
首先,下载plist 文件模版:点我下载 外链:https://github.com/sheep0704/IOSIphoneHttps/blob/master/x5.plist 注意细节,如果自己复制模版,不要漏下下面的声明:


然后把plist文件放在https服务目录下,如果没有服务器的建议使用BaiduYun或者Github来进行测试,如果浏览器提示【无法连接到github.com】,请检查plist文件和服务器的拦截问题,有些马大哈也会把xml写错,可直接用浏览器访问plist地址看看。

然后通过A标签写入进行测试

苹果正版下载

点击测试,发现并没有效果,苹果浏览器会提示连接不上github.com,我们拦截下请求看看,发现了 Provisional headers are shown! 奥特曼超人

原因: itms-services应该不支持自签名的SSL证书,要搞一下ssl证书来放plist文件

总结:一开始调试几次发现不行,因为用的是NGR,映射了127.0.0.1的Tomcat,所以后来替换回我们自己的服务器地址,经过测试是可行的,所以建议中间不要有转发的过程,直接用外网服务器进行测试。

|| 版权声明:本文为博主杜锦阳原创文章,转载请注明出处。

http://dujinyang.blog.csdn.net/article/details/70267202

http://dujinyang.blog.csdn.net

  • 企业签最近越来越严格,所以有的人想出了插件化,但是最终效果告诉大家,还是不要尝试的较好。

分享下效果图:

奥特曼超人 - KARL-Dujinyang

image


有兴趣的可以关注【Python2048】 公众号
分享技术、灰色产业、职业规划、赚钱之道、逆向破解等趣事……

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].