How to install a jQueryMobile project into smartphones with Convertigo? - jquery-mobile

When I finish creating a jQueryMobile project with Convertigo , how to proceed to install the project inside a smartphone so that it becomes like a native app ?

How to generate:
For building your apps, you have to access the admin console of your local server (installed with the development platform) and perform a few steps.
First, don't forget to set the application ID (on your Studio, in your application project
parameters) and the application endpoint
Connect to your Convertigo admin page on your local Studio: localhost:18080/convertigo/admin
In the projects tab, choose your mobile project, then click on the platform you want to build and you will have a button to generate the application. Once generated, you can click on the QRCode to download the file (for example the apk for Android).
Info about the admin console: See Convertigo doc here
About the build:
Convertigo Studio uses PhoneGap Build in background. By default you use a Convertigo account, but you will have to use your account to build release apps, because you will have to sign them with your own certificates.
The Convertigo mobile builder platform performs mobile application
build thanks to PhoneGap build platform. Once a PhoneGap build account
is configured thanks to the Mobile builder authentication token, do
not forget to configure all mobile platforms certificates and keys in
accordance. Find below the documentation of properties that need to be
filled for mobile platforms certificates and keys.
If you use your own account, you just have to set up the Mobile builder authentication token in the admin console:
Mobile builder authentication token: This property defines the
authentication token of the Mobile builder account to use to build the
mobile application. The Mobile builder account is nothing more than a
PhoneGap build account. It is referenced now by an authentication
token. When building a mobile application, a Mobile builder account
(PhoneGap build account) is mandatory. Convertigo provides one by
default, used by default in Convertigo engine. This Mobile builder
authentication token property allows you to define your own Mobile
builder authentication token. It will be used by default for all
mobile applications built by the Convertigo. It can still be
overridden by the Mobile builder authentication token property in each
Mobile application object in Convertigo projects.

Related

Flutter, build for IOS : Cant see the login page on Iphone

Im using Flutter on Windose to create an app for Android & IOS.
I use Codemagic to build and sign my app for Apple. The first version was ok and is live on the App Store.
But I need to implemant Sign In with Apple for the next version.
Im using this package : https://pub.dev/packages/sign_in_with_apple
it, and it works good on android, a webpage opens and I can login and get back user session..
For Apple, compilation is fine, it is pushed on Apple servers and I get the app on Testflight, but impossible to make it works, the login page is never called.
As I understand, I need to ad the "Sign in with Apple" capability.
But without XCode, I cant figure how to do that!!
Is it possible to edit the info.plist, or another file, to add this capability?
I have build and change already all the certificates, profiles... on apple console, to add the Sign In with Apple, but same result!
Thanks by advance!
with Codemagic you can connect to a build machine and use Xcode to update project settings and push the changes back to the repository.
Install VNC Viewer on your machine
Start a new build (I'd recommend using Mac Pro instance type as Xcode requires more resources)
When the build has started, click Explore build machine above the build steps to see the instructions for setting up VNC access. Use the given Host, Port, Username and Password on your VNC client to establish the connection.
read more here https://blog.codemagic.io/remote-access-to-virtual-mac-build-machine/

PayPal Express Checkout - PayPal button not getting rendered on iOS

I am building a hybrid application using cordova. Also I am using Express checkout to integrate PayPal with the application referring this example
This code is working well on Android but not working on iPhone. The PayPal button is not getting rendered.
Is there any other way to integrate PayPal in hybrid apps?
More than likely it's the external javascript that's causing you an issue. Check for XSS permissions to load them. Also ensure that javascript is enabled for your web view.
You can also debug a Cordova application (or any web view in iOS) using the developer menu in Safari and see any Javascript or XSS errors in that layer.

How to test the "open-in-app" feature for the branch link created using Branch.io in development build?

I have an application which is already in App Store.I have to check the branch linking feature I added using Branch.io in development build.That is, when a user shares something on social networks, clicking on the shared post should open the application installed. So how do I check this functionality in development build?
Alex from Branch.io here: Branch doesn't know (or care) how the application is installed onto your device. Installing directly from Xcode and using a beta distribution system (TestFlight, Hockey, Fabric, etc.) are treated exactly the same way as going through the App Store.
Here is a flow you can use to test this:
Install a build of your app that includes the Branch SDK
Generate a link and post it somewhere like iOS Notes
Uninstall your app
Open the link and let it redirect all the way through to the App Store page
Close the App Store
Install a build of your app locally (using either Xcode or TestFlight/Fabric/etc.)
Open your app
The link data will be returned to you, exactly the same way it would be when your app is installed from the App Store by a user.

how to get signing keys for blackberry?

Signing keys for blackberry link For BlackBerry 10 apps developed using Android. When I selected the First CheckBox for BlackBerry Keys Order Form, it is automatically point to another links are Sign In to BlackBerry ID. How to submit Blackberry Keys Order Form. How to do I received Client-RDK.csj and Client-PBDT.csj files.
It is my understanding that the 2 .csj files are required to sign and port an Android application to the Blackberry Playbook Tablet, which does not currently run the Blackberry 10 OS.
The file you are looking for to sign the Android application for Blackberry 10 devices is a file with the .csk extension. (Filename: bbidtoken.csk)
I believe you do need to Sign-in with/Create a Blackberry ID to Access the Blackberry Jam Zone (Developer Portal).
After you have successfully signed into the Jam Zone, you will be asked to Create a Blackberry ID Token by entering a password into the available fields. Blackberry also notes that you can "also request your BlackBerry ID token from the Deployment Setup Wizard in the BlackBerry Momentics IDE."
----------- Follow these steps which taken from blackberry documentaion-----------------
Set up your development environment http://developer.blackberry.com/native/documentation/cascades/getting_started/setting_up.html
2.In Windows and Linux, click Window > Preferences. In Mac OS, click Momentics > Preferences.
3.Expand BlackBerry, and then select Signing.
4.Click BlackBerry Deployment Setup Wizard.
5.Follow the steps in the wizard to configure your BlackBerry ID token.

Where to get BlackBerry CSK File for PhoneGap?

I want to use PhoneGap to sign my BlackBerry App. When I go to add the key files it asks for a CSK file.
I went to https://www.blackberry.com/SignedKeys/ and requested keys.
However the files sent to me were 3 different CSI files(RBB, RCR, RRT).
How and where can I get the CSK and DB file needed to sign apps on PhoneGap?
First you need to install the blackberry SDK (as part of Eclipse if you're using this IDE, otherwise get the standalone java one).
Then follow these steps.
Basically this will store your key locally, then you create a backup of it in the form of a .csk+.db files.
Adobe® PhoneGap™ Build currently provides a default BlackBerry development version for all users, which provides an Over-The-Air install for your PhoneGap applications. However, to distribute your own BlackBerry applications, you will need to register with RIM for your own keys, and then import those keys into PhoneGap Build.
To register, fill out the form on RIM's site , and, once you receive your keys, follow the installation process locally.. using the steps mentioned here

Resources