Now XCODE7 can deploy the test app to the phone with a appleid, which is also convenient. But it doesn't work to send apps to someone else's phone, unless someone else's phone is on your side and you can install it directly from Xcode.about how to pack can read the following articlexcode7.x Certificate-free production IPA packaging filesMainly about the problems I have.Equipment: Iphone6System: ios9.3.3 Current LatestStatus: JailbrokenIn the article m
In the product-archive package process, select the save for Ad Hoc deployment Mode "for the internal personnel Test", the export package, the following prompts pop upOneself Encounter time problem: first adhoc need to have the private key that the company develops on the machine, then scheme edit Archive option if release or final (XCODE6) then project build Setting set release for your adhoc corresponding certificate. You can then generate the export.Xcode 6 Exporting
Reason: The PNG image extracted by IPA is processed in Xcode special format, and the view under Windows will show Black Method 1: Through the "ipin.py file" conversion process: 1. To install Python, 2.7 version, this article uses 2.7.52. will need to convert the picture with " ipin.py files "put in the same folder 3. Execute terminal command line: Python ipin.py effect: 19 images 7 Zhang 12 Black conversion Method 2: By iphonefixpng :1. Place the conv
iOS app is actually a zip compression package, after decompression there are a lot of pictures, but these pictures are encrypted, open can see is black. It took a few days to finish the study and write a conversion tool. A smooth conversion of encrypted PNG images is possible.Picture after conversionUsing the method is simple, drag the command-line window and enter the original and destination paths. Tools I upload to the resources, can be downloaded to use.PngConver.exe C:\source.png C:\dest.pn
1. Find the site you want to set, right-click it, and click "properties"-"http header" in the pop-up menu"2. Click "MIME type" in the opened http header label, as shown in the following figure (the apk format is added to the editor)3. Now, click "new". As shown in the following figure, there will be an extension and mime type, which we fill in separately, as shown below:4. Click "OK", as shown in the following figure.5. Click "OK".
: Right-click the folder, share and permissions, and modify after unlockingIssue 3: Configure unlock Keychain When you enter the password is not correctFIX: At that time modified many password, is unlock keychain error, later use ' Java-jar Jenkins.war ' installation method, enter the same password, inexplicably goodProblem 4:jenkins when it's time to pack permissions, and so on.Most of the problem is the permission class, and then replace the installation method, it is good, tears ah ...Add plu
?To run the article manually:
Running Appium on the real machine will be a flash, because our real machine is not legitimate real machine, how to be legal, to register our device only line
?
To package the app, to sign first, to sign, you need a certificate, the certificate can be forged by itself, but this process is very cumbersome, we still use a real certificate to facilitate
?
To set in Build settings:?
To format the release version:?Open Product->edit Scheme?Select
IPA itself is a zip file. After the suffix is changed, decompress the file to view the resource files used in the application.
Here, we will not explain how to handle PNG image resources during xcode packaging.
A Python script is provided below
from struct import *from zlib import *import statimport sysimport osdef getNormalizedPNG(filename): pngheader = "\x89PNG\r\n\x1a\n" file = open(filename, "rb") oldPNG = file.read() file.close()
Ios app ipa package image decryption,
The ios app is actually a zip package. After decompression, there are a lot of images in it, but these images are encrypted. You can see that they are black. It took several days to study and write a conversion tool. You can smoothly convert encrypted png images.
Converted Image
It is easy to use. Drag the command line window and enter the original and target paths. The tool is uploaded to the resource an
1. First, make sure that the app is successfully compiled in the device and release versions.
2. Add a new shell script target under targets.
3. Set the followingCodeCopy it in:
# Shell script goes here
# Compress application.
/Bin/mkdir $ configuration_build_dir/Payload
/Bin/CP-r $ configuration_build_dir/IBI. app $ configuration_build_dir/Payload
/Bin/CP images/logo.png $ configuration_build_dir/itunesartwork
CD $ configuration_build_dir
# Zip up the IBI directory
/Usr/bin/zip-r ib
;imagepath store MaybeUnusedImage.txt"How to use: first copy the above code to a file named unused-image.sh, put this file under the target project to execute the SH unused-image.sh command. Generates two files unusedImage.txt and MaybeUnusedImage.txt.The disadvantage of scenario 2 is that you cannot determine whether a picture name with a number cannot be determined if it is a useless resource slice name called [email protected], such a named picture output to maybeUnusedImage.txt this file, ne
Previously mentioned, there are a lot of restrictions, can only parse the simple class, if the complex will have problems, from the foreigner where to see a blog, is the class list and other complex objects serialization,usingUnityengine;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem;//list[Serializable] Public classSerialization{[Serializefield] ListTarget; PublicListreturnTarget;} PublicSerialization (listtarget) { This. target =Target; }}//Dictionary[Serializabl
The first time you use Python, look first: http://my.oschina.net/LangZiAiFer/blog/298763 Code management I use Git; The project clone is as follows: def Gitclone (): os.system (' git clone https://[email protected]/xxx/goccia.git ~/desktop/20140804 ') Return Https://[email Protected]/xxx/goccia.git is a git server path without care;~/desktop/20140804 is the target path, where to put it with you Checkout as follows: First: Enter the project storage path:cd/users/gbry/desktop/20140804 def gitc
Work Preparation:1. Prepare a Mac2. Have a 299 Enterprise certificate,Then follow these steps:1. Change the Xxxx.ipa to Xxx.zip, unzip the payload folder2. Replace the payload in the embedded.mobileprovision for their own mobileprovision3. Open the terminal on your Mac and execute:Codesign-f-S "Your certificate string"--resource-rules payload/xxxx.app/resourcerules.plist payload/xxxx.app/This line of command is likely to go wrong,Object file format unrecognized, invalid, or unsuitableIn this cas
The first method:If you have a certificate, and do not want to add someone else's machine to the test equipment, or feel udid trouble, then you can use this method.Direct Archive Application:Right-click to display the contents of the package under product to copy the inside application outCopy the application to the outside folder, and then compress the programThen change the suffix of. zip to. IPAA second method:From for notes (Wiz)How to publish the. IPA
Source:
In batch production of analyst apps, the basic functions of this app are the same, but the application names, icons, and identities of different analysts are different (this unique identity is required to request data ).
Solution:
The analyst's unique identity is represented by a macro (# define id @ "8952. Before packaging ipa, read a configuration file. The path of the configuration file is path = ~ /Desktop/test.txt. For the file content
1, compile:Product-Archive2, Export:Window-Organizer (Command + Shift +2), Archives->distribute.3 Choose 1 as neededTwo. Mode 2Enter the repository-----Developer-----Xcode------deriverdata--------Own project------Build------PRODUCTS------This place has the app file you're looking for. , there are various versions of Debug,relase, choose what you need to drag into itunes to generate an IPA.Three. Mode 3Xcode own project files under the Products folder below. The app is compiled at this time, (thi
IPhone5S software cannot install workaround One , click Settings-Universal-access restrictions, first close the "Install application" option, then open, the background app Refresh also off, test.
IPhone5S software cannot install solution two , click Settings-General-description file, go to the point "remove", test (if there is no "profile" option, this method is invalid).If the above two methods are not resolved, it is recommended to restart the hands of the iphone5s.Ipone5 Unable to install
http://www.cocoachina.com/bbs/read.php?tid=94101#"1.0"encoding="UTF-8"? >"-//apple//dtd PLIST 1.0//en" "HTTP://WWW.APPLE.COM/DTDS/PROPERTYLIST-1.0.DTD">"1.0">string>software-packagestring> string>http://iphone.jacall.net/gujing/gujingjiuboshi.ipastring>com.unicom.zq.gujingjiuboshistring> string>1.4string> string>softwarestring> string> Gu jing Gong wine official mall string> Generate a plist file,On the server background: itms-services://?action=download-manifesturl=https://dl.dropboxusercontent
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.