Nested models work fine in development but are not being saved in production
Date : March 29 2020, 07:55 AM
will help you So I'm not 100% sure what the problem was but I've fixed it. I ended up removing anything that had to do with skus then slowly adding it back in bit by bit. What I think most likely caused the issue was that I had a version of a the Product class that I renamed because I wasn't using it and didn't want to lose track of the work that I had done (I know, not necessary as I'm using git. I guess old habits die hard) Anyway, I had changed the file name, however I neglected to rename the class definition in the file. The name was such that it came after the real Product class that I was using. I'm thinking that this caused a conflict on heroku. The thing I don't understand is why it didn't cause any problems in my local dev environment.
|
will push notifications with Production-SSL certificate work when I'm still testing my app? How can I know it will work?
Date : March 29 2020, 07:55 AM
To fix the issue you can do Create a provisioning profile for "Ad Hoc" distribution, using your production certificate. Sign your app with that and install. Make sure your SSL connection to APNS knows which certificate to use, depending on whether client is production or dev.
|
Advice on getting Push Notifications to Work on Production Builds
Date : March 29 2020, 07:55 AM
seems to work fine The main reason production pushes don't work while dev ones do is you have broken the a) Prod app - Prod gateway - Prod certificate
b) Dev app - Dev gateway - Dev certificate
ssl://gateway.push.apple.com:2195
ssl://gateway.sandbox.push.apple.com:2195
|
How does Push Notifications work while in development and production mode, (pushwoosh)
Date : March 29 2020, 07:55 AM
To fix this issue You can test your production mode notifications before releasing it to appstore. Apple provides a mechanism for it. You need to build an AdHoc version of your App. If you are not familiar with Adhoc distribution please refer the below link iPhone: Push Notification Testing on Production Certificate
|
How do I make push notifications work in production for iOS?
Tag : ios , By : user91848
Date : March 29 2020, 07:55 AM
|