Ionic (Cloud, legacy) Package - Stucked in queued

deeplinks is not used right now… only URLSCHEME is used… is it required for that also?

Not 100% sure. But even if deep links isn’t being used, if it’s in the config xml, it’ll still fail. Do you have associated domains enabled on the app in your Apple Developer Portal?

If you don’t, that build will never succeed

how to enable it? can you please provide the steps?

Is it due to the deeplinks, it is asking for associated domain?

I am not on mac. using windows 10

You’ll have to research that on your own. It is a massive headache. But until it’s enabled, your build will never succeed.

But I am wondering how it was working till last week… It was never enabled… if it is throwing the error just because of deeplinks, I can remove it and give a try… Anyways thanks @jaydz for your help… I am not getting any response from IONIC team… Thank you

Unsure about that too. Unless of course you added the associated domains stuff to your app around that time (deep links maybe).

But, from what I understand, the universal links plugin is necessary to get deep links working in iOS.

Also, I’ve had that sharedpch error before. The fixes that worked for me were

  1. Removing a certain plugin that doesn’t work well with IOS.

  2. Making sure the config.xml in my iOS platform has all the same plugins as my projects config.xml.

  3. Making sure my Apple dev certificates are up to date, not expired, and enabled correctly.

Could be any of those things. But, those have all fixed the specific problem you have. Good luck!!

You could also try changing

<allow-navigation href="http://192.168.0.104:8100" />

To

<allow-navigation href="http://localhost:8080/*" />

@jaydz, looks like u saved my day dear friend… I enabled the associated domain and got the success response finally… Thanks a ton… Let me download and install it and confirm you…

Fantastic! Happy to hear it. Let me know if it’s all works out in the end.

@jaydz, yes…everything working fine…THANKS

You’re very welcome. Glad to help

Getting a new error in Android package build

ionic package build android

A problem occurred configuring root project ‘android’.
> You have not accepted the license agreements of the following SDK components:
** [Android SDK Platform 26].**
** Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.**
** Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html**