Page 1 of 2
I can't export my app.
Posted: Sun Nov 15, 2015 9:48 pm
by Ellen Schlechter
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.
I can't export my app.
Posted: Sun Nov 15, 2015 9:59 pm
by Alena Prykhodko
Hi Ellen,
We need your projects GUID. Do you get an error? Please show us screen shot.
I can't export my app.
Posted: Sun Nov 15, 2015 10:06 pm
by Ellen Schlechter
48009aef-ba60-4038-9ce0-c94a325ce7dd
xCode:
Android Studio:
I disabled the plugin and then it worked for Android Studio but I still got the same result for xCode.
I can't export my app.
Posted: Mon Nov 16, 2015 1:40 pm
by Illya Stepanov
Hi Ellen -
Unfortunately, the plugin that you are using is requiring parameters at this moment our builder doesn't support this feature.
I can't export my app.
Posted: Mon Nov 16, 2015 1:56 pm
by Ellen Schlechter
So now what? This is the plugin that I am trying to use.
https://github.com/j3k0/cordova-plugi...
I can't export my app.
Posted: Mon Nov 16, 2015 3:15 pm
by Ellen Schlechter
I removed the plugin from the app and the account but get the same white page for BOTH iOS and Android.
I can't export my app.
Posted: Thu Nov 19, 2015 1:01 am
by Ellen Schlechter
I can't export my app.
Posted: Thu Nov 19, 2015 3:38 am
by Ellen Schlechter
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...
I can't export my app.
Posted: Fri Nov 20, 2015 10:29 am
by Serhii Kulibaba
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)
I can't export my app.
Posted: Sat Nov 21, 2015 1:34 am
by Ellen Schlechter
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.