Re: Apple Provisioning Profile Is Missing

2019-05-09 Thread Sannyasin Brahmanathaswami via use-livecode
Oh boy, I should have looked there first!

Panos, there is a new requirement for any who has not done this in the last 5 
months:

"Third" - Factor Identification.

Of course most iOS developers were forced get that, so are familiar with it (I 
mention this in another thread)

What is not familiar,  is how to enter that in the Applications Loader. Took me 
three support calls and ever Apple Tier 3 support -experts - did not know how 
to do it. They kept saying "Can't you enter at the prompt…. What? There is no 
prompt? We'll get back you…"  (never did…)

Well, mystery meat in the Application Loader UI, the first time you will be 
asked for a "password" There is no prompt.

On a hunch I clicked on  the upper left button that appears just to identify 
you with the developer account name. It wants you log in…. It doesn't tell you 
what password. First you think, it is must be your Mac admin password. Nope, 
doesn't work. Then you think, ahha! Must be my developer account password. Nope 
doesn't work…

You have to enter the app-specific password you created in the Apple ID account 
(you can only have 25 of these.) Once it is entered, Xcode knows and you won't 
have to enter it again, at least it hasn't so asked me again so far. And there 
appears no correlation between that password and you app name.  At least it is 
not apparent.

Hopefully that will save someone several days of tearing their hair out dealing 
with Apple's reg's. Perhaps I should put this in as a comment on the lesson.

BR

From: panagiotis merakos 


Hello all,

For future reference, we have a detailed lesson on how to upload your LC apps 
to the iOS AppStore:

http://lessons.livecode.com/m/4069/l/33064-how-do-i-submit-an-ios-app-to-the-app-store

Regards,
Panos
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

RE: Apple Provisioning Profile Is Missing

2019-05-08 Thread Ralph DiMola via use-livecode
BR,

Sorry I did not notice that. I am hammered here and flaked out.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Sannyasin Brahmanathaswami via use-livecode
Sent: Wednesday, May 08, 2019 9:15 AM
To: How to use LiveCode
Cc: Sannyasin Brahmanathaswami
Subject: Re: Apple Provisioning Profile Is Missing

Jacque says she remembered the folder was named "Payload"  (not "PACKAGE")

Yes! This works...

1.  Get a Standalone  -- "myApp.app" 
2.  Make folder "Payload"; put "myApp.app" into that 3.  Zip that folder 4.
Rename to "myApp.ipa"
5.  Go the Xcode--> Open Developer Tool --> Application Loader. Choose the
myapp.ipa  6.  It recognizes the  app, new build number, and sees the
"embedded.mobileprovision" 

I had just come from Google Play Console (about 10 min to get my app up) and
had "Android" thinking on the brain when I named it "Package"

BR
  

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Apple Provisioning Profile Is Missing

2019-05-08 Thread panagiotis merakos via use-livecode
Hello all,

For future reference, we have a detailed lesson on how to upload your LC
apps to the iOS AppStore:

http://lessons.livecode.com/m/4069/l/33064-how-do-i-submit-an-ios-app-to-the-app-store

Regards,
Panos
--

On Wed, 8 May 2019 at 16:15, Sannyasin Brahmanathaswami via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Jacque says she remembered the folder was named "Payload"  (not "PACKAGE")
>
> Yes! This works...
>
> 1.  Get a Standalone  -- "myApp.app"
> 2.  Make folder "Payload"; put "myApp.app" into that
> 3.  Zip that folder
> 4.  Rename to "myApp.ipa"
> 5.  Go the Xcode--> Open Developer Tool --> Application Loader. Choose the
> myapp.ipa
>  6.  It recognizes the  app, new build number, and sees the
> "embedded.mobileprovision"
>
> I had just come from Google Play Console (about 10 min to get my app up)
> and had "Android" thinking on the brain when I named it "Package"
>
> BR
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Apple Provisioning Profile Is Missing

2019-05-08 Thread Sannyasin Brahmanathaswami via use-livecode
Jacque says she remembered the folder was named "Payload"  (not "PACKAGE")

Yes! This works...

1.  Get a Standalone  -- "myApp.app" 
2.  Make folder "Payload"; put "myApp.app" into that
3.  Zip that folder 
4.  Rename to "myApp.ipa"
5.  Go the Xcode--> Open Developer Tool --> Application Loader. Choose the 
myapp.ipa
 6.  It recognizes the  app, new build number, and sees the 
"embedded.mobileprovision" 

I had just come from Google Play Console (about 10 min to get my app up) and 
had "Android" thinking on the brain when I named it "Package"

BR
  

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Apple Provisioning Profile Is Missing

2019-05-07 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, clearly, "iOS Distribution"  is the designation givem at the Provisioning 
Profiles in developer.apple.com. I deleted the other profiles I have on my 
machine.  So I only have this one.

BR

Are you sure it's a distribution profile?

Ralph DiMola

   
BR wrote:
 
  1.  I tried building with a new provisioning profile I created at the 
Developer.apple.com site
  2.  In 9.0.4 (RC3) I get a good build
  3.  Examine the contents of SA; we can see a "embedded.mobileprovision" 
file therein. Open in BBedit….looks good
  4.  Put in folder "PACKAGE"; zip that; rename to myapp.ipa
  5.  Go the application loader. Choose the myapp.ipa
  6.  It recognizes that app, new build number,
  7.  Proceeds with metadata analysis; and returns

ERROR ITMS-90174: "Missing Provision Profile - Apps must contain a 
provisioning profile in a file name embedded.mobileprovision"

??

Anyone else getting this?

BR
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

RE: Apple Provisioning Profile Is Missing

2019-05-07 Thread Ralph DiMola via use-livecode
Are you sure it's a distribution profile?

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Sannyasin Brahmanathaswami via use-livecode
Sent: Monday, May 06, 2019 11:39 PM
To: How LiveCode
Cc: Sannyasin Brahmanathaswami
Subject: Apple Provisioning Profile Is Missing

  1.  I tried building with a new provisioning profile I created at the 
Developer.apple.com site
  2.  In 9.0.4 (RC3) I get a good build
  3.  Examine the contents of SA; we can see a "embedded.mobileprovision" file 
there in. Open in BBedit….looks good
  4.  Put in folder "PACKAGE"; zip that; rename to myapp.ipa
  5.  Go the application loader. Choose the myapp.ipa
  6.  It recognizes that app, new build number,
  7.  Proceeds with metadata analysis; are returns

ERROR ITMS-90174: "Missing Provision Profile - Apps must contain a provisioning 
profile in a file name embedded.mobileprovision"

??

Anyone else getting this?

BR
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode