Questions tagged [renewal]

This tag is for dealing with certificates, licenses and software renewal problems

63 questions
0
votes
1 answer

Using renewAuth fails with invalid_token "audience is not valid"

I am following along with the instructions to renew a token at https://auth0.com/docs/quickstart/spa/vanillajs/05-token-renewal and I'm getting this error in response: {"error":"invalid_token","errorDescription":"Audience XXXXXXXXX is not…
Jeff G
  • 1,996
  • 1
  • 13
  • 22
0
votes
1 answer

Google IAP Subscriptions query from server returning wrong expirytime, how to link receipt to actual payments?

I have an app in the playstore for my website, that offers a monthly recurring subscription, and on my backend I am both granting that month of premium usage and recording the fact that another payment occurred whenever the expiry time runs out on…
Esaptonor
  • 143
  • 8
0
votes
2 answers

Lets Encrypt renew protocol steps

I have a custom client that i use to get Lets Encrypt certificates but i can't work out the proper protocol to renew the certificates. The versions of the spec that i have found seem very vague on the exact renewal process. Is the renewal process…
Seer
  • 495
  • 5
  • 20
0
votes
1 answer

C# Certificate Renewal Request

The code below tries to renew existing certificate. The certificate is renewed, but new public/private key is generated despite that the option X509RequestInheritOptions.InheritPrivateKey is specified. What is wrong in the code below, because the…
0
votes
1 answer

Apache renewal SSL certificate

Sorry, I am new with this and need some help. I had SSL certificate issued by positivessl.com. Now, it will expire and I need to renew it. I don't have the old CSR file (used to generate ssl cert at first), but I have old private key. So can I…
carpics
  • 2,272
  • 4
  • 28
  • 56
0
votes
1 answer

Is there a way to refresh JVM with new tgt when a new realm is added to the kdc?

We have enabled security via Kerberos for all processes on a HBase cluster. When we add a new realm to the kdc we would like for all processes to see the new configuration without having to reboot or wait for the periodic tgt renewal.
0
votes
0 answers

Application is not recognized by Game Center after iOS Certificate renewal

I recently renewed my iOS Certificate and now one of my apps that has been on the app store and using game center will no longer let me sign in. When Game Center is trying to authenticateLocalPlayer I get GKErrorDomain Code=15 "The requested…
atmospherelabs
  • 163
  • 3
  • 10
0
votes
1 answer

Add UDID's to developer account after reaches 100 count

Recently I renewal my developer account. But unfortunately i didn't delete UDID's from the list. Now it reaches 100. I have 9 months time to again renewal my account. SO how can i add new UDID's ? Is there any chance again to renewal my account for…
Kittu
  • 1,577
  • 1
  • 9
  • 12
0
votes
0 answers

Renewing provisioning profile for private app

I have an app that is only available to certain users, through the enterprise distribution program. Basically, users get their download link from us and they can download the app there with their device. The provisioning profile (not certificate)…
Gil Sand
  • 5,802
  • 5
  • 36
  • 78
0
votes
1 answer

Renewing a library book through a checkbox in php

I've searched all over the place for this function but I have no idea how to do this. I'm trying to use the update method to get this done but I'm always getting an error "Undefined variable: borrow_id", but I have clearly identified the variable in…
0
votes
0 answers

how to know my app can be open in newsstand

In my application ,there are two things coupons and articles. On purchasing coupons all articles are visible to the user otherwise only some articles can be viewed. For purchasing I used in App purchase and the in app product are of two types…
0
votes
1 answer

In App Purchase Auto Renewal - How to get first or initial purchase receipt?

I have had a hard time finding a good tutorial that goes through the entire auto renewal implementation process, so I am confused as to how I get the receipt from the initial purchase. I have created a server-side app to call iTunes for receipt…
0
votes
2 answers

In Renewal of iOS Program Enrollment id is missing

While renewing iOS Developer program I have found Apple generated some Company ID instead of Enrollment Id. I am enrolled to Individual since last 1 year not related to any company. So, under Apple Developer Program Enrollment ID field I have to…
Tariq
  • 9,861
  • 12
  • 62
  • 103
0
votes
1 answer

access token expiration/renewal

I have a personal website on which i want to display my latest facebook comment. Everything works fine, but I'm not sure how the access token expiration works. I have a two months access token, so does it mean that every two months I have to get a…
Ben
  • 3
  • 2
-1
votes
1 answer

MySQL: How to select (count renewal bookings & count of all bookings) for each room?

+----+---------+---------+ | id | room_id | user_id | +----+---------+---------+ | 1 | 5 | 10 | | 2 | 5 | 20 | | 3 | 5 | 20 | | 4 | 6 | 30 | | 5 | 6 | 40 | | 6 | 6 | 50 | | 7 |…
batalelo
  • 9
  • 4