Separate Provisioning Profiles?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

j9v6
Posts: 77
Joined: Tue Aug 06, 2019 9:27 am
Location: U.K.
Contact:

Re: Separate Provisioning Profiles?

Post by j9v6 » Fri Sep 11, 2020 2:01 pm

simon.schvartzman wrote:
Fri Sep 11, 2020 11:34 am
@j9v6, hi again
...rename the compressed file from Payload.zip to Payload.ipa...
In my experience it has to be renamed to "application.ipa" and not "Payload.ipa"

I guess it would be worth to try....

Good luck
Yes it's definitely worth a try. So, just so I use the same steps you use would this be correct?...

1. Create Standalone application in LiveCode
2. Rename the generated folder to 'application'
3. Compress the folder to create 'application.zip'
4. Rename 'application.zip' to 'application.ipa'
5. Drop it into Transporter

j9v6
Posts: 77
Joined: Tue Aug 06, 2019 9:27 am
Location: U.K.
Contact:

Re: Separate Provisioning Profiles?

Post by j9v6 » Fri Sep 11, 2020 2:15 pm

So I've just tried this:

1. Create Standalone application in LiveCode
2. Rename the generated folder to 'application'
3. Compress the folder to create 'application.zip'
4. Rename 'application.zip' to 'application.ipa'
5. Drop it into Transporter

... and Transporter still gives me the following error:
Failed to create the .itmsp for
'application.ipa'


No suitable application records were found. Verify
your bundle identifier 'com.alangreen.xxxxxxx' is
correct.
Maybe my settings in the Apple Developer portal are wrong? But I have set everything up as per the LiveCode lessons??

Anyone got any ideas of what to check next? (please :) )

simon.schvartzman
Posts: 641
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Re: Separate Provisioning Profiles?

Post by simon.schvartzman » Fri Sep 11, 2020 3:02 pm

@j9v6, this is my recipe

1. Create Standalone application in LiveCode
2. Rename the generated folder to 'Payload'
3. Compress the folder to create 'Payload.zip'
4. Rename 'Payload.zip' to 'application.ipa'
5. Drop it into Transporter

one more try...
Simon
________________________________________
To ";" or not to ";" that is the question

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7229
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Separate Provisioning Profiles?

Post by jacque » Fri Sep 11, 2020 6:37 pm

"Application" used here is generic. If you haven't already, substitute the actual app name. For example, if your app is named "MyApp" then the name of the ipa should be "MyApp.ipa".

You may have already done that but it's worth mentioning I guess.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

j9v6
Posts: 77
Joined: Tue Aug 06, 2019 9:27 am
Location: U.K.
Contact:

Re: Separate Provisioning Profiles?

Post by j9v6 » Fri Sep 11, 2020 7:55 pm

simon.schvartzman wrote:
Fri Sep 11, 2020 3:02 pm
@j9v6, this is my recipe

1. Create Standalone application in LiveCode
2. Rename the generated folder to 'Payload'
3. Compress the folder to create 'Payload.zip'
4. Rename 'Payload.zip' to 'application.ipa'
5. Drop it into Transporter

one more try...
Ok... giving it a go....

...

It failed with the .itmsp message again.

If you would care to share, can I compare my Standalone Application Settings tabs?

General
Standalone name = <my-app-name>
Inclusions
Selected = Search for required inclusions when saving the standalone application
Property Profiles
Selected = Remove all profiles on objects

Stacks
Stack files in the application
<my-app-name>.livecode (only entry)
All other options on this tab are greyed out

Copy files
Nothing entered on this tab

iOS
* Basic Settings *
Build for = iOS checked
Selected = iPod and iPhone
Selected = 8.0 or later
Display name = My-App-Name
Version = 1.0.0
Beta Version = Checked
Build No = 1
Internal App ID = com.alangreen.my-app-name
Profile = My-App-Name Distribution
Support dark mode = Not checked

Status Bar
iPhone Status Bar = visible
iPad Status Bar = visible (not changeable)
Status Bar Style = default

Orientation Options
iPhone Initial Orientation = Portrait
iPad Supported Initial Orientations (all greyed out)

Custom URL scheme
URL Name = blank

Font Mapping
Mapping File = blank

List of options on the right hand side (Telephony, Peer-Peer, SMS etc) - all set to n/a

* Requirements *
Location Authorisation Type = When in use (default setting)
No other options selected on this dialogue

* Icons *
Pre-Rendered = not checked
AppStore = <image-file-provided>
iPhone = <image-file-provided>
Hi-Res iPhone = <image-file-provided>
iOS 7 Hi-Res iPhone = <image-file-provided>
iPhone 6 Plus = <image-file-provided>
iPhone X = <image-file-provided>
remaining options are blank

* Splash *
Launch image = <image-file-provided>
2x Launch image = <image-file-provided>
3x Launch image = <image-file-provided>
remaining options are blank

Thanks in advance.

j9v6
Posts: 77
Joined: Tue Aug 06, 2019 9:27 am
Location: U.K.
Contact:

Re: Separate Provisioning Profiles?

Post by j9v6 » Fri Sep 11, 2020 7:56 pm

jacque wrote:
Fri Sep 11, 2020 6:37 pm
"Application" used here is generic. If you haven't already, substitute the actual app name. For example, if your app is named "MyApp" then the name of the ipa should be "MyApp.ipa".

You may have already done that but it's worth mentioning I guess.
Thanks Jaqueline, I've just tried that too... but its still telling me there's a problem and won't upload yet :/

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7229
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Separate Provisioning Profiles?

Post by jacque » Fri Sep 11, 2020 8:45 pm

When you set up the distribution profile, did you provide the exact same bundle ID for it? Also, in AppStoreConnect, did you complete the entire process of setting up the app for submission to the store, and does the state of the submission show as "waiting for upload"? If not, Transporter will not know what you are trying to upload and Apple won't have a record of what to expect.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

j9v6
Posts: 77
Joined: Tue Aug 06, 2019 9:27 am
Location: U.K.
Contact:

Re: Separate Provisioning Profiles?

Post by j9v6 » Sat Sep 12, 2020 9:13 am

jacque wrote:
Fri Sep 11, 2020 8:45 pm
When you set up the distribution profile, did you provide the exact same bundle ID for it? Also, in AppStoreConnect, did you complete the entire process of setting up the app for submission to the store, and does the state of the submission show as "waiting for upload"? If not, Transporter will not know what you are trying to upload and Apple won't have a record of what to expect.
Wait... AppStoreConnect??? That must be it ... didn’t even know about it :oops: (it’s my first time with an iOS app)

Thanks :)

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7229
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Separate Provisioning Profiles?

Post by jacque » Sat Sep 12, 2020 6:09 pm

That would certainly explain it. :) You have an adventure ahead of you, setting up an app for store distribution is a bit of a process.
https://appstoreconnect.apple.com/login
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply

Return to “iOS Deployment”