What happens if my distribution certificate expires?

What happens if my certificate expires or has been revoked? Apple Push Notification Service Certificate You can no longer send push notifications to your app. Pass Type ID Certificate (Passbook) If your certificate expires, passes that are already installed on users’ devices will continue to function normally. However, you will no longer be able to … Read more

Action Required: Your app is not compliant with Google Play Policies , what is the solution?

Open Google Play Console App content Data safety => Manage Overview click next Answer the questions (then next): Does your app collect or share any of the required user data types? = yes Is all of the user data collected by your app encrypted in transit? = yes Do you provide a way for users … Read more

iOS app submission : missing 64-bit support

Use “Standard architectures” like this: Architecture: “Standard architectures” arm7, arm64 Valid Architectures: “arm64” , armv7… Build Active Architecture Only – NO (specially… if your connected device is not arm64 compatible) like this: Additionally, unplugging iphones and ipads from the mac has been known to help, especially if they are 32-bit versions.

Flutter iOS app submission issue warning: Missing Push Notification Entitlement

Word on the street is that as long as you really don’t use push notifications this will not cause your app to get rejected. So you can safely (?) ignore this warning and continue to submit your app. This issue was described on GitHub here, and a solution is being discussed here. It’s apparently somehow … Read more