iOS Question Error Creating Key When Using Build Server for Push Store in B4i

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello everyone,

I'm encountering an issue while trying to create a push store using B4i’s Build Server > Create Push Store > Firebase Service option. Here is the error message I receive:

B4X:
[IDE message - 10:59:20]
An error occurred.
Error creating key: Error: Error outputting keys and certificates
009099DA01000000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:341:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()
Steps I followed:

  1. I created the APNs certificate by following the tutorial.
  2. I downloaded the .cer file from the developer.apple.com portal.
  3. I renamed the key file to aps_tasky.cer and placed it in the appropriate directory where I store keys.
  4. Despite this, I still encounter the error mentioned above.
Has anyone encountered this problem before or know how to resolve it? Any advice or suggestions would be greatly appreciated.

Thanks in advance!
 

ykucuk

Well-Known Member
Licensed User
Longtime User
Why two threads?
Actually, it’s not two separate threads. I tried both methods (APN Authentication Keys vs Authentication Certificates)
, but encountered errors in both cases. That’s why I opened two posts, hoping to find a solution for either one.
 
Upvote 0
Top