Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

I can't export my app.

Since the platform update this morning, I am unable to export my app. I upgraded to 3.0 and thats where the problem lies. If I go back to 2.3, I can export but I need to have 3.0 so I can use the plugin importer.

I can't export to xCode or Android Studio.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

I can't export my app.

Hi Ellen,

We need your projects GUID. Do you get an error? Please show us screen shot.

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

I can't export my app.

48009aef-ba60-4038-9ce0-c94a325ce7dd

xCode: Image

Android Studio:
Image

I disabled the plugin and then it worked for Android Studio but I still got the same result for xCode.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

I can't export my app.

Hi Ellen -

Unfortunately, the plugin that you are using is requiring parameters at this moment our builder doesn't support this feature.

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

I can't export my app.

So now what? This is the plugin that I am trying to use.

https://github.com/j3k0/cordova-plugi...

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

I can't export my app.

I removed the plugin from the app and the account but get the same white page for BOTH iOS and Android.

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

I can't export my app.

??

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

I can't export my app.

I used the plug in that was used in this tutorial:
https://getsatisfaction.com/apperyio/...

You referenced it in your docs here:
https://devcenter.appery.io/documenta...

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

I can't export my app.

Hello Elen,

This plugin requires parameter "BILLING_KEY" for Android platform. Now Appery.io doesn't support parameters. But you can manually set need parameter in plugin.xml file. In order to do it you have to unzip plugin bundle, find and open plugin.xml file. In thes file find pre<preference name="BILLING_KEY" /> /preline and remove or comment it (commented line shouild look like pre<!--preference name="BILLING_KEY" /-->/pre).

Then find pre<string name="billing_key_param">$BILLING_KEY</string> /preline and instead of $BILLING_KEY input your key. this line should look like pre<pre><string name="billing_key_param">8392jj3dsh7782</string>/pre where 8392jj3dsh7782 is your purchase key (see https://github.com/j3k0/cordova-plugi... hot to get this key)

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

I can't export my app.

Thank you for the very detailed instructions. I really appreciate it!

Now I get this error which doesn't really tell me much. It happens when I export to both xCode and Android Studio. Image

Return to “Issues”