mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #256] App crashes after installation. #185
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KamilKalfas on GitHub (May 15, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/256
Hello,
I'm getting crash every time I'm trying to launch a SMSSync.
I'm using Java 7 and Android Studio. Built app is from master branch.
Looking for quick help.
Cheers,
Kamil
kkalfas@soldelo.com
@eyedol commented on GitHub (May 15, 2015):
@KamilKalfas I think it has to do with the in-app purchase feature; Did you set a value for
inAppPurchasePubKey? check the BUILDING.md for more details@KamilKalfas commented on GitHub (May 15, 2015):
@eyedol Oh ! I didn't see that. Are there any requirements for this key in developer mode ? Also you can close this issue after response. Thanks !
@eyedol commented on GitHub (May 15, 2015):
Currently you've to set it. Google provides you with a debug key to work with I think. I'll improve the build to ignore it during dev mode.
@KamilKalfas commented on GitHub (May 15, 2015):
@eyedol Well, I've created gradle.properties file as you said filled with template from BUILDING.md and it's still crashing. I've temporary changed return value of DefaultSignatureValidator.generatePublicKey to null. Could you explain me a bit more how to fix this issue. So I'd be able to work with project in developer/debug mode.
@eyedol commented on GitHub (May 16, 2015):
This is definitely a
Base64key error. I doubled checked the building doc and realized there was a typo, theappmodule should besmssyncfolder. Make sure you have thegradle.propertiesfile in that folder not the root. Do a clean build.In the
developI have providedSMSsync's pub key as the default key to fix this requirement and updated the building doc. Let me know if you're still hitting an issue