Post

Replies

Boosts

Views

Activity

Reply to How to register for push notifications on iOS 9 and above using Objective C?
After just testing the SSL Certificate again to connect using APNs using openssl s_client -connect api.sandbox.push.apple.com:443 -cert aps.cer -certform DER -key PushChatKey.pem -keyform PEM and a connections was made. In the past week, I also used curl -v --header 'apns-topic: com.faunna.PushChat' --header apns-push-type: alert --cert aps.cer --cert-type DER --key PushChatKey.pem --key-type PEM --data '{"aps":{"alert":"Hello From Faunna"}}' --http2  https://api.sandbox.push.apple.com/3/device/258ecf658e25256c8f06ddb1138d5d536ba0e760a96ebd12d3b1dbe112857c58 To send a test push notification to the test device. I may submit a TSI to Apple.
Sep ’21
Reply to Correct migration to new APNS certificates
Sounds good. I will just try to go through the steps again in case I flubbed a step. Much appreciated. HAC
Replies
Boosts
Views
Activity
Apr ’21
Reply to How to register for push notifications on iOS 9 and above using Objective C?
After just testing the SSL Certificate again to connect using APNs using openssl s_client -connect api.sandbox.push.apple.com:443 -cert aps.cer -certform DER -key PushChatKey.pem -keyform PEM and a connections was made. In the past week, I also used curl -v --header 'apns-topic: com.faunna.PushChat' --header apns-push-type: alert --cert aps.cer --cert-type DER --key PushChatKey.pem --key-type PEM --data '{"aps":{"alert":"Hello From Faunna"}}' --http2  https://api.sandbox.push.apple.com/3/device/258ecf658e25256c8f06ddb1138d5d536ba0e760a96ebd12d3b1dbe112857c58 To send a test push notification to the test device. I may submit a TSI to Apple.
Replies
Boosts
Views
Activity
Sep ’21
Reply to How to rotate this photo from imagePickerController 90 degrees?
True, I caught that error as well. It wasn't a UIImage Property. It was an IBOutlet UIImageView. Solved.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to How to rotate this photo from imagePickerController 90 degrees?
Interesting. Now the photo is being rotated to its correct orientation after it is captured, and is being uploaded to the server correctly. But when the default image is uploaded to the server, it is over rotated.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to How to rotate this photo from imagePickerController 90 degrees?
Also when the full size photo is viewed, it is back to being over rotated.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21