I have problem with Push Notification in XCode 10. When I run my app from XCode - debug I can receive every push but when I archive app - release I cannot receive any push. Did you have similar problem ? I use WindowsAzureMesseging. Certificates looks Ok on site. It worked in XCode 9.
Asked
Active
Viewed 601 times
1
-
how about is your **workspace setting** for build mode? do you use `legacy build` mode? – SuperStar518 Oct 25 '18 at 16:22
-
@RobJS Currently is set New Build System not legacy build – Amdx Rux Oct 25 '18 at 16:25
-
uh-huh, then please try your build with `legacy build` mode in order to make the app include **provisioning profiles** correctly. – SuperStar518 Oct 25 '18 at 16:29
-
Plz refer to this post: https://stackoverflow.com/questions/52424462/xcode-10-a-valid-provisioning-profile-for-this-executable-was-not-found – SuperStar518 Oct 25 '18 at 16:33
-
I tried but it did not work for me. Maybe I need to revoke and generate new certificate. – Amdx Rux Oct 25 '18 at 18:40