I need some help packaging an app. It consists of a javascript file that loads in the store front and a checkout extension.
All of that is written and is working fine on the stores who have been testing it as a private app. However, I am completely lost on how to turn this into an app store app.
I have my own server and database.
I am lost on what needs to be stored where as far as customer info, payment info, auth keys?, etc. I think I have a grasp on the app url and redirect url (but I’m not so sure about that). I take it the app url is where I send the customer to view bills, setup payments, etc.
Anyway, I need some help here and I’m willing to pay for that help. How do I create a versioned javascript that gets inserted in the store front and how do I include the extension I’ve written as part of the app.
Literally, it doesn’t matter what they do. How about a javascript that does a console.log(hello word) and an extension that displays a “Hello World” banner.
All that is written and working fine. That’s not what I’m looking for. I need help creating the actual distributable app.