开发者

Automatic Compile and upload to theAppstore

开发者 https://www.devze.com 2023-02-04 05:19 出处:网络
Im trying to set up a system similar to this web site http://www.appmakr.com/ My problem is the uploading to the appstore. does anyone has an idea about how to make this process automatic? the o

Im trying to set up a system similar to this web site

http://www.appmakr.com/

My problem is the uploading to the appstore. does anyone has an idea about how to make this process automatic? the only way i can think of i开发者_JAVA技巧s mimicking the web requests and the application loader but is there an interface for that ?

Thanks in advance.


All web request boil down to simple PUT/POST/GET/DELETE etc… calls. Mimicking a user through code is possible and the only way to do this as there is no API. Get an app like HTTPScoop to determine how to form the requests yourself, then use curl or some other net tool to emulate the requests in code, with the appropriate delay.

0

精彩评论

暂无评论...
验证码 换一张
取 消