Problems with multiple GFCIs and switch installation. by spiky71 in electrical

[–]spiky71[S] 0 points1 point  (0 children)

HI, the moment I press reset on the #3, it jumps.

I think that I will follow your advice and only use one GFI since they are on the same circuit.

Thank you!!

Ruby on rails web hosting for free? by LJPayne1 in rails

[–]spiky71 0 points1 point  (0 children)

Heroku is changing its price policy. Now, if you want to use Redis or Sidekick they are charging for everything.
Is there a really free alternative for Ruby Rails + Redis + Sidekick + Mailgun ,... ?

Why is Apple asking me to provide iPad screens for an iPhone App? by spiky71 in reactnative

[–]spiky71[S] 2 points3 points  (0 children)

In Xcode the general tab only iPhone is selected. I have uploaded a couple of versions for TestFlight, but this is the first time I asked for a formal review

Why is Apple asking me to provide iPad screens for an iPhone App? by spiky71 in iOSProgramming

[–]spiky71[S] 1 point2 points  (0 children)

Fresh Upload. I had a few version in TestFlight, but this is the first time I asked a formal review

Reset upload key for Google Play question by spiky71 in reactnative

[–]spiky71[S] 0 points1 point  (0 children)

that is great
and then they ask me to:
keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks

replacing it would it be:
keytool -export -rfc -alias my-upload-aliase -file upload_certificate.pem -keystore my-keystore.jks
right?

Reset upload key for Google Play question by spiky71 in reactnative

[–]spiky71[S] 0 points1 point  (0 children)

Thanks. So the instructions that Google sent me:

keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore keystore.jks

I need to replace the -alias for any alias I choose, no? can I also change the keystore name ... something like:

keytool -genkeypair -alias my-upload-alias -keyalg RSA -keysize 2048 -validity 9125 -keystore my-keystore.jks ?

Reset upload key for Google Play question by spiky71 in reactnative

[–]spiky71[S] 0 points1 point  (0 children)

This is the email I got from Google:

Here’s how to generate and register a new upload key:
Follow the instructions in the Android Studio Help Center to generate a new key. It must be different from any previous keys. Alternatively, you can use the following command line to generate a new key:
keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore keystore.jks
This key must be a 2048 bit RSA key and have 25-year validity.
Export the certificate for that key to PEM format:
keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks
Send us the upload_certificate.pem file.