Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish to AppStore #56

Closed
m-farrokh opened this issue Aug 26, 2020 · 5 comments
Closed

Publish to AppStore #56

m-farrokh opened this issue Aug 26, 2020 · 5 comments
Labels
need more information Further information is requested

Comments

@m-farrokh
Copy link

I used this useful pub, and now i want to publish my app to the appstore,
is there any setting that i should do before publish
for example I think I should add notification to my app id in app store pannel
could you please guide me about this issue?

@m-farrokh m-farrokh changed the title Send to AppStore Publish to AppStore Aug 26, 2020
@larryaasen
Copy link
Owner

Once this package is correctly integrated into your app, you do not need to do anything else for iOS. For Android, if you are using the Appcast file, you will need to make sure it contains the latest app version in the store.
In your question notification to my app id in app store pannel, I did not understand that part. Can you explain more about that?

@larryaasen larryaasen added the need more information Further information is requested label Aug 26, 2020
@m-farrokh
Copy link
Author

thanks @larryaasen
I uploaded my app to appstroe, they said that I'm using push notification in my app, but I didn't
the only library I used is uploader, so I think this library needs push notification service to be enabled in app store connect page, is that true?
and this is the message I recieved from AppStore reviewer team.

ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the 'aps-environment' entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the 'aps-environment' entitlement. Xcode does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file.

@larryaasen
Copy link
Owner

The upgrader package does not use push notifications. You can inspect the folder for this package and see the contents to ensure that it does not contain any native code. There may be other Flutter packages included that require the use of notifications. If you post your pubspec.lock file here, we can inspect it.

@m-farrokh
Copy link
Author

Sure
this is the link on google drive

@larryaasen
Copy link
Owner

I looked at the long list of packages listed in the pubspec.lock file you posted on Google Drive and I don't see any packages that obviously use notifications. With that said, I know that upgrader does not use notifications. I don't see how the upgrade package could have caused this issue: Missing Push Notification Entitlement.

Can I close this issue now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more information Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants