Posts

Post not yet marked as solved
5 Replies
3.8k Views
We have an app that will ultimately deploy the app store build via MDM. We're currently not in the app store but are in Testflight and would like to deploy via MDM.Is that possible?How does Testflight restrict what users can run the app?
Posted
by hrdm33.
Last updated
.
Post not yet marked as solved
0 Replies
192 Views
Went to install watchOS 7 beta 8 from WatchOS 6. Said watch had to be on charger. Put Watch on charger, iPhone Watch app said installing but no change on Watch. Let it "install" all night. This morning. watch looks unmodified. Watch app gets stuck checking for updates, says it cannot connect to watch. Watch time is incorrect. May have reset to UTC. Watch will not power off. Looks like the update did not work and its stuck in some zombie state.
Posted
by hrdm33.
Last updated
.
Post not yet marked as solved
0 Replies
845 Views
In our app environment, multiple shifts of employees use the same phone. It is possible for our app to receive notifications intended for a prior user. Our notification extension can determine if the notification is for the current user. We'd like to hide the notification if its not intended for the currently logged in user.Notification Extensions, (UNNotificationServiceExtension) apparently do not allow the notification to be hidden. It can be modified but will always be presented to the user.Why?Is there a way around this? I've tried sending silent notifications and generating local notifications. It works, but Apple/iOS starts throttling it after a few notifications and it becomes very unreliable.Does iOS 12 add support to suppress a notification?
Posted
by hrdm33.
Last updated
.
Post not yet marked as solved
0 Replies
1.1k Views
Can MDM distribute an app that comes from the app store?Can MDM distribute an app thats in Testflight?Does MDM distribution REQUIRE an enterprise developer account or can it be used with apps developed with a standard developer account?Thanks!
Posted
by hrdm33.
Last updated
.
Post not yet marked as solved
0 Replies
1.3k Views
Can you debug app w production cert w non-HTTP/2 serviceI have a server using the non-HTTP/2 push notification service API, ie old API.We're currently using it with a sandbox certificate while we develop an app. It's working fine.Now we're planning to publish to Testflight.I have a series of questions since we're still using the old notification service API yet most documentation now refers to the new HTTP/2 service.1) With the new HTTP/2 service only a single certificate is needed for VOIP and other APNs as well as production and sandbox environments. Do I need to generate a seperate production and development (sandbox) certificate if we're not using the HTTP/2 server API?2) Does Testflight build require use of the production certificate?3) Can a local debug build, or build distributed via an adhoc developer profile use the production certificate, ie can it receive APNs from the production side? Or does the server need behave differently for a debug build vs. production (release) build?Thanks
Posted
by hrdm33.
Last updated
.