
Announcements
Hi everyone, I'm just wondering if any of you have experience wrapping Power Apps and uploading them to the iOS store.
I have done one instance in mine, and it was working great and it's currently unlisted in the iOS. I did the same process with another app, but I am having an issue retrieving data.
First successful wrapped instance behavior:
Wrapped app with issue behavior. Having issue with #3, #4 and #6
Here's what I have done so far,
If you know how to troubleshoot this, kindly share it with me.
The issue was related to skipping a crucial step during the wrapping process for iOS.
When wrapping Power Apps for iOS, it's essential to follow the Microsoft Learn guide closely, specifically the section on signing the iOS archive:
https://learn.microsoft.com/en-us/power-apps/maker/common/wrap/code-sign-ios#sign-the-ios-archive
I mistakenly thought that performing the iOS signing was a one-time process per app. However, without proper signing, the app’s authentication mechanism doesn’t work as expected. Once I completed the signing step properly, the issues with authentication and data loading were resolved.
If you're facing a similar problem, double-check your iOS signing process to ensure it’s done correctly for each app