-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run from git #24
Comments
Commercial use now requires a paid license https://nearbyshops.org/pricing.html If you are trying to use this project for commercial purpose. Please be aware that we dont allow free commercial use ! |
I understand, I saw the product license. I'm trying to run on my phone. In a next step I want to use the structure of the city hall to make it available for the commerce. Due to COVID-19 we are not opening commerce. |
You mean you agree to the fee right ? |
Even for non-commercial use also payment is required ! |
If necessary, I will forward the information to the mayor. However I saw that there are some situations that are free. But I didn't read in detail |
We changed that ... now payment is required for non-commercial use also. Without financial support there would be nobody to maintain this app. Would you use a non-maintained project ? |
This is a very small fee compared to what other platforms charge ! |
I talk to the mayor. Inform me the values that I pass on. We have difficulties paying in any currency other than ours due to legislation |
You can access your marketplace through nearby shops app. That is free of cost. You dont need any payment. |
Okay, I will continue to study the technical and business part of the application |
Payment is required for White-Label customization of app. But if you access your marketplace through our Nearby Shops app. Payment is not required ! |
Correct, that's what I saw. At the moment we have no interest in customizing the app, perhaps in the future, after the pandemic. The changes I made was to execute on my phone, since it is the only one I have. I managed to execute it and saw that the Brazilian Portuguese translation is partial. |
Yes ! You will see multiple-markets --- we can create a free marketplace for you also ! |
As I understand it, to create a market we have the option of using our infrastructure. It is? After the pandemic I have a personal project to open a company and then we negotiate |
Yes you can self-host your own server ... and the data is safe with you ! And you can use white-label option in future also ... that option is always available with you ! |
If you ever want to use white-label app you can use it ... just pay the license fee and you can use ! |
Hi guys,
I tried to compile and run the source code, but the system triggered the error below when trying to choose the location
E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.nearbyshops.enduserappnew, PID: 10718
android.view.InflateException: Binary XML file line #162 in org.nearbyshops.enduserappnew:layout/fragment_place_picker_google: Binary XML file line #162 in org.nearbyshops.enduserappnew:layout/fragment_place_picker_google: Error inflating class fragment
Caused by: android.view.InflateException: Binary XML file line #162 in org.nearbyshops.enduserappnew:layout/fragment_place_picker_google: Error inflating class fragment
Caused by: java.lang.RuntimeException: API key not found. Check that < meta-data android:name="com.google.android.geo.API_KEY" android:value="your API key"/ > is in the element of AndroidManifest.xml
The text was updated successfully, but these errors were encountered: